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