9 instantiations of GPPOINTF
System.Drawing (9)
commonui\System\Drawing\Advanced\Gdiplus.cs (2)
3217
GPPOINTF pt = new
GPPOINTF
();
3266
Marshal.StructureToPtr(new
GPPOINTF
(points[index]), (IntPtr)(checked((long)memory+index*size)), false);
commonui\System\Drawing\Advanced\GraphicsPath.cs (1)
432
GPPOINTF gppt = new
GPPOINTF
();
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 (2)
313
GPPOINTF point = new
GPPOINTF
();
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),
16 references to GPPOINTF
System.Drawing (16)
commonui\System\Drawing\Advanced\Gdiplus.cs (10)
371
internal static extern int GdipGetPathLastPoint(HandleRef path,
GPPOINTF
lastPoint);
1022
internal static extern int GdipCreateLineBrush(
GPPOINTF
point1,
GPPOINTF
point2, int color1, int color2, int wrapMode, out IntPtr lineGradient);
1179
GPPOINTF
point);
1184
GPPOINTF
point);
2493
GPPOINTF
destPoint,
2549
GPPOINTF
destPoint,
3217
GPPOINTF
pt = new GPPOINTF();
3222
pt = (
GPPOINTF
) UnsafeNativeMethods.PtrToStructure((IntPtr)((long)memory+index*size), pt.GetType());
3260
int size = (int)Marshal.SizeOf(typeof(
GPPOINTF
));
commonui\System\Drawing\Advanced\GraphicsPath.cs (3)
302
int ptSize = (int) Marshal.SizeOf(typeof(
GPPOINTF
));
432
GPPOINTF
gppt = new GPPOINTF();
1722
int size = (int) Marshal.SizeOf(typeof(
GPPOINTF
));
commonui\System\Drawing\Advanced\GraphicsPathIterator.cs (2)
270
int size = (int)Marshal.SizeOf(typeof(
GPPOINTF
));
312
int size = (int)Marshal.SizeOf(typeof(
GPPOINTF
));
commonui\System\Drawing\Advanced\PathGradientBrush.cs (1)
313
GPPOINTF
point = new GPPOINTF();