4 instantiations of POINT
System.Windows.Forms (4)
misc\GDI\DeviceContext.cs (1)
648
IntNativeMethods.POINT orgn = new IntNativeMethods.
POINT
();
misc\GDI\DeviceContext2.cs (2)
474
IntNativeMethods.POINT point = new IntNativeMethods.
POINT
();
490
IntNativeMethods.POINT oldOrigin = new IntNativeMethods.
POINT
();
misc\GDI\WindowsGraphics2.cs (1)
678
IntNativeMethods.POINT oldPoint = new IntNativeMethods.
POINT
();
12 references to POINT
System.Windows.Forms (12)
misc\GDI\DeviceContext.cs (1)
648
IntNativeMethods.
POINT
orgn = new IntNativeMethods.POINT();
misc\GDI\DeviceContext2.cs (2)
474
IntNativeMethods.
POINT
point = new IntNativeMethods.POINT();
490
IntNativeMethods.
POINT
oldOrigin = 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)
misc\GDI\WindowsGraphics2.cs (1)
678
IntNativeMethods.
POINT
oldPoint = new IntNativeMethods.POINT();