public void SetImageInfo(
			string _texture ,
			IntCoord _coord ,
			IntSize _tile )
        {
            ExportStaticImage_SetImageInfo_texture_coord_tile( mNative ,
                 _texture ,
                ref _coord ,
                ref _tile );
        }
Esempio n. 2
0
		public void SetImageInfo(
			string _texture,
			IntCoord _coord,
			IntSize _tile)
		{
			ExportImageBox_SetImageInfo__texture__coord__tile(Native,
				_texture,
				ref _coord,
				ref _tile);
		}
Esempio n. 3
0
 public void SetImageInfo(
     string _texture,
     IntCoord _coord,
     IntSize _tile)
 {
     ExportStaticImage_SetImageInfo_texture_coord_tile(mNative,
                                                       _texture,
                                                       ref _coord,
                                                       ref _tile);
 }
Esempio n. 4
0
 private static extern void ExportScrollView_SetCanvasSize(IntPtr _widget, [In] ref IntSize _value);
Esempio n. 5
0
 public void SetSize(
     IntSize _value)
 {
     ExportWidget_SetSize_value(mNative,
                                ref _value);
 }
Esempio n. 6
0
 public void SetSize(
     IntSize _size)
 {
     ExportWidget_SetSize_size(mNative,
                               ref _size);
 }
        private static extern void ExportStaticImage_SetImageInfo_texture_coord_tile( IntPtr _native ,
			[MarshalAs(UnmanagedType.LPStr)]  string _texture ,
			[In] ref IntCoord _coord ,
			 ref IntSize _tile );
Esempio n. 8
0
 public void SetImageTile(
     IntSize _value)
 {
     ExportImageBox_SetImageTile__value(Native,
         ref _value);
 }
 private static extern void ExportScrollView_SetCanvasSize( IntPtr _widget,  ref IntSize _value );
 private static extern void ExportWindow_SetMinSize( IntPtr _widget,  ref IntSize _value );
 private static extern void ExportWindow_SetMinSize(IntPtr _widget, ref IntSize _value);
 public void SetImageTile(
     IntSize _value)
 {
     ExportImageBox_SetImageTile_value(mNative,
                                       ref _value);
 }
 private static extern void ExportImageBox_SetImageTile_value(IntPtr _native,
                                                              ref IntSize _value);
        public void SetSize(
			IntSize _size )
        {
            ExportWidget_SetSize_size( mNative ,
                ref _size );
        }
Esempio n. 15
0
 public void SetSize(
     IntSize _value)
 {
     ExportWidget_SetSize_value( mNative ,
         ref _value );
 }
Esempio n. 16
0
 private static extern void ExportWidget_SetSize_value( IntPtr _native ,
     ref IntSize _value);
Esempio n. 17
0
 private static extern void ExportStaticImage_SetImageTile_tile(IntPtr _native,
                                                                ref IntSize _tile);
Esempio n. 18
0
 public void SetImageInfo(
     string _texture,
     IntCoord _coord,
     IntSize _tile)
 {
     ExportImageBox_SetImageInfo__texture__coord__tile(Native,
         _texture,
         ref _coord,
         ref _tile);
 }
Esempio n. 19
0
 public void SetImageTile(
     IntSize _tile)
 {
     ExportStaticImage_SetImageTile_tile(mNative,
                                         ref _tile);
 }
Esempio n. 20
0
 private static extern void ExportImageBox_SetImageTile__value(IntPtr _native,
     ref IntSize _value);
Esempio n. 21
0
 private static extern void ExportStaticImage_SetImageInfo_texture_coord_tile(IntPtr _native,
                                                                              [MarshalAs(UnmanagedType.LPStr)]  string _texture,
                                                                              [In] ref IntCoord _coord,
                                                                              ref IntSize _tile);
        private static extern void ExportStaticImage_SetImageTile_tile( IntPtr _native ,
			 ref IntSize _tile );
Esempio n. 23
0
 private static extern void ExportWidget_SetSize_value(IntPtr _native,
                                                       ref IntSize _value);
        public void SetImageTile(
			IntSize _tile )
        {
            ExportStaticImage_SetImageTile_tile( mNative ,
                ref _tile );
        }
 private static extern void ExportWidget_SetSize(IntPtr _widget, [In] ref IntSize _value);