6 instantiations of GPPOINT
System.Drawing (6)
commonui\System\Drawing\Advanced\Gdiplus.cs (2)
3239
GPPOINT pt = new
GPPOINT
();
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);
8 references to GPPOINT
System.Drawing (8)
commonui\System\Drawing\Advanced\Gdiplus.cs (7)
1026
internal static extern int GdipCreateLineBrushI(
GPPOINT
point1,
GPPOINT
point2, int color1, int color2, int wrapMode, out IntPtr lineGradient);
2502
GPPOINT
destPoint,
2560
GPPOINT
destPoint,
3239
GPPOINT
pt = new GPPOINT();
3244
pt = (
GPPOINT
) UnsafeNativeMethods.PtrToStructure((IntPtr)((long)memory+index*size), pt.GetType());
3281
int size = (int)Marshal.SizeOf(typeof(
GPPOINT
));
commonui\System\Drawing\Graphics.cs (1)
3688
GPPOINT
gppoint = new GPPOINT(destPoint);