5 references to GPPOINT
System.Drawing (5)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
3287Marshal.StructureToPtr(new GPPOINT(points[index]), (IntPtr)(checked((long)memory+index*size)), false);
commonui\System\Drawing\Advanced\LinearGradientBrush.cs (2)
72int status = SafeNativeMethods.Gdip.GdipCreateLineBrushI(new GPPOINT(point1), 73new GPPOINT(point2),
commonui\System\Drawing\Graphics.cs (2)
3445new GPPOINT(destPoint), 3688GPPOINT gppoint = new GPPOINT(destPoint);