Esempio n. 1
0
 internal static extern int RIL_Rotate(IntPtr handle, int angle, out Native.SIZE size);
Esempio n. 2
0
 internal static extern int RIL_Resize(IntPtr handle, float factor, out Native.SIZE size);
Esempio n. 3
0
 internal static extern int RIL_Load(string location, IIOStream stream, string formatType, int frame, int backgroundColor, int loadOptions, Size maxSize, Native.ProgressFnc progressFunction, out Native.RLoadOut loadOut);
Esempio n. 4
0
 internal static extern int RIL_Draw(IntPtr handle, IntPtr hwnd, Native.SIZE size, IntPtr hdc, ref Native.DRAWARGS drawArgs);
Esempio n. 5
0
 internal static extern int RIL_Crop(IntPtr handle, Native.RECT rect, out Native.SIZE size);
Esempio n. 6
0
 internal static extern int RIL_CalculateZoom(IntPtr handle, IntPtr hwnd, Native.SIZE size, ref Native.DRAWARGS drawArgs);