Exemple #1
0
 internal static extern int RIL_Rotate(IntPtr handle, int angle, out Native.SIZE size);
Exemple #2
0
 internal static extern int RIL_Resize(IntPtr handle, float factor, out Native.SIZE size);
Exemple #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);
Exemple #4
0
 internal static extern int RIL_Draw(IntPtr handle, IntPtr hwnd, Native.SIZE size, IntPtr hdc, ref Native.DRAWARGS drawArgs);
Exemple #5
0
 internal static extern int RIL_Crop(IntPtr handle, Native.RECT rect, out Native.SIZE size);
Exemple #6
0
 internal static extern int RIL_CalculateZoom(IntPtr handle, IntPtr hwnd, Native.SIZE size, ref Native.DRAWARGS drawArgs);