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