Ejemplo n.º 1
0
 private static extern int DrawRectangleNative(int handle, ref ImageColor color, ref ImageRect rect);
Ejemplo n.º 2
0
 private static extern int CropNative(int handle, ref ImageRect rect, out int croppedImageHandle);