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