9 instantiations of GPPOINTF
System.Drawing (9)
commonui\System\Drawing\Advanced\Gdiplus.cs (2)
3217GPPOINTF pt = new GPPOINTF(); 3266Marshal.StructureToPtr(new GPPOINTF(points[index]), (IntPtr)(checked((long)memory+index*size)), false);
commonui\System\Drawing\Advanced\GraphicsPath.cs (1)
432GPPOINTF gppt = new GPPOINTF();
commonui\System\Drawing\Advanced\LinearGradientBrush.cs (2)
45int status = SafeNativeMethods.Gdip.GdipCreateLineBrush(new GPPOINTF(point1), 46new GPPOINTF(point2),
commonui\System\Drawing\Advanced\PathGradientBrush.cs (2)
313GPPOINTF point = new GPPOINTF(); 324int status = SafeNativeMethods.Gdip.GdipSetPathGradientCenterPoint(new HandleRef(this, this.NativeBrush), new GPPOINTF(value));
commonui\System\Drawing\Graphics.cs (2)
3410new GPPOINTF(destPoint), 3650new GPPOINTF(destPoint),
16 references to GPPOINTF
System.Drawing (16)
commonui\System\Drawing\Advanced\Gdiplus.cs (10)
371internal static extern int GdipGetPathLastPoint(HandleRef path, GPPOINTF lastPoint); 1022internal static extern int GdipCreateLineBrush(GPPOINTF point1, GPPOINTF point2, int color1, int color2, int wrapMode, out IntPtr lineGradient); 1179GPPOINTF point); 1184GPPOINTF point); 2493GPPOINTF destPoint, 2549GPPOINTF destPoint, 3217GPPOINTF pt = new GPPOINTF(); 3222pt = (GPPOINTF) UnsafeNativeMethods.PtrToStructure((IntPtr)((long)memory+index*size), pt.GetType()); 3260int size = (int)Marshal.SizeOf(typeof(GPPOINTF));
commonui\System\Drawing\Advanced\GraphicsPath.cs (3)
302int ptSize = (int) Marshal.SizeOf(typeof(GPPOINTF)); 432GPPOINTF gppt = new GPPOINTF(); 1722int size = (int) Marshal.SizeOf(typeof(GPPOINTF));
commonui\System\Drawing\Advanced\GraphicsPathIterator.cs (2)
270int size = (int)Marshal.SizeOf(typeof(GPPOINTF)); 312int size = (int)Marshal.SizeOf(typeof(GPPOINTF));
commonui\System\Drawing\Advanced\PathGradientBrush.cs (1)
313GPPOINTF point = new GPPOINTF();