6 references to GPPOINTF
System.Drawing (6)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
3266Marshal.StructureToPtr(new GPPOINTF(points[index]), (IntPtr)(checked((long)memory+index*size)), false);
commonui\System\Drawing\Advanced\LinearGradientBrush.cs (2)
45int status = SafeNativeMethods.Gdip.GdipCreateLineBrush(new GPPOINTF(point1), 46new GPPOINTF(point2),
commonui\System\Drawing\Advanced\PathGradientBrush.cs (1)
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),