public bool IsMaskPickInside(
			IntPoint _point,
			IntCoord _coord)
        {
            return ExportWidget_IsMaskPickInside__point__coord(Native,
                ref _point,
                ref _coord);
        }
 public void SetPosition(
     IntPoint _value)
 {
     ExportWidget_SetPosition_value( mNative ,
         ref _value );
 }
        public void SetPosition(
			IntPoint _pos )
        {
            ExportWidget_SetPosition_pos( mNative ,
                ref _pos );
        }