public static extern IntPtr MoveToEx(IntPtr hDC, int x, int y, ref APIPoint lpPoint);
Exemple #2
0
 public static extern IntPtr MoveToEx(IntPtr hDC, int x, int y, ref APIPoint lpPoint);
 public static extern int SetBrushOrgEx(IntPtr hDC, int x, int y, ref APIPoint p);
Exemple #4
0
 public static extern int SetBrushOrgEx(IntPtr hDC, int x, int y, ref APIPoint p);