1 instantiation of POINT
System.Drawing (1)
misc\GDI\DeviceContext.cs (1)
648
IntNativeMethods.POINT orgn = new IntNativeMethods.
POINT
();
9 references to POINT
System.Drawing (9)
misc\GDI\DeviceContext.cs (1)
648
IntNativeMethods.
POINT
orgn = new IntNativeMethods.POINT();
misc\GDI\UnsafeNativeMethods.cs (8)
155
public static extern bool IntOffsetViewportOrgEx(HandleRef hDC, int nXOffset, int nYOffset, [In, Out] IntNativeMethods.
POINT
point);
156
public static bool OffsetViewportOrgEx(HandleRef hDC, int nXOffset, int nYOffset, [In, Out] IntNativeMethods.
POINT
point)
498
public static extern bool IntMoveToEx(HandleRef hdc, int x, int y, IntNativeMethods.
POINT
pt);
499
public static bool MoveToEx(HandleRef hdc, int x, int y, IntNativeMethods.
POINT
pt)
558
public static extern bool IntGetViewportOrgEx(HandleRef hdc, [In, Out] IntNativeMethods.
POINT
lpPoint);
559
public static bool GetViewportOrgEx( HandleRef hdc, [In, Out] IntNativeMethods.
POINT
lpPoint )
577
public static extern bool IntSetViewportOrgEx(HandleRef hDC, int x, int y, [In, Out] IntNativeMethods.
POINT
point);
578
public static bool SetViewportOrgEx(HandleRef hDC, int x, int y, [In, Out] IntNativeMethods.
POINT
point)