6 references to GPPOINTF
System.Drawing (6)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
3266
Marshal.StructureToPtr(new
GPPOINTF
(points[index]), (IntPtr)(checked((long)memory+index*size)), false);
commonui\System\Drawing\Advanced\LinearGradientBrush.cs (2)
45
int status = SafeNativeMethods.Gdip.GdipCreateLineBrush(new
GPPOINTF
(point1),
46
new
GPPOINTF
(point2),
commonui\System\Drawing\Advanced\PathGradientBrush.cs (1)
324
int status = SafeNativeMethods.Gdip.GdipSetPathGradientCenterPoint(new HandleRef(this, this.NativeBrush), new
GPPOINTF
(value));
commonui\System\Drawing\Graphics.cs (2)
3410
new
GPPOINTF
(destPoint),
3650
new
GPPOINTF
(destPoint),