Exemplo n.º 1
0
 public void SetImageRect(
     IntRect _value)
 {
     ExportImageBox_SetImageRect__value(Native,
         ref _value);
 }
Exemplo n.º 2
0
 public void SetImageRect(
     IntRect _value)
 {
     ExportImageBox_SetImageRect__value(Native,
                                        ref _value);
 }
 public void SetImageRect(
     IntRect _value)
 {
     ExportStaticImage_SetImageRect_value( mNative ,
         ref _value );
 }
Exemplo n.º 4
0
 private static extern void ExportImageBox_SetImageRect__value(IntPtr _native,
                                                               [In] ref IntRect _value);