34 instantiations of GPRECTF
System.Drawing (34)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
3308
Marshal.StructureToPtr(new
GPRECTF
(rect[index]), (IntPtr)(checked((long)memory+index*size)), false);
commonui\System\Drawing\Advanced\GraphicsPath.cs (3)
1363
GPRECTF rectf = new
GPRECTF
(origin.X, origin.Y, 0, 0);
1409
GPRECTF rectf = new
GPRECTF
(layoutRect);
1493
GPRECTF gprectf = new
GPRECTF
();
commonui\System\Drawing\Advanced\LinearGradientBrush.cs (3)
110
GPRECTF gprectf = new
GPRECTF
(rect);
196
GPRECTF gprectf = new
GPRECTF
(rect);
336
GPRECTF rect = new
GPRECTF
();
commonui\System\Drawing\Advanced\Matrix.cs (1)
93
GPRECTF gprectf = new
GPRECTF
(rect);
commonui\System\Drawing\Advanced\Metafile.cs (3)
236
GPRECTF rectf = new
GPRECTF
(frameRect);
440
GPRECTF rectf = new
GPRECTF
(frameRect);
652
GPRECTF rectf = new
GPRECTF
(frameRect);
commonui\System\Drawing\Advanced\PathGradientBrush.cs (1)
335
GPRECTF rect = new
GPRECTF
();
commonui\System\Drawing\Advanced\RectangleF.cs (1)
470
return new
GPRECTF
(X, Y, Width, Height);
commonui\System\Drawing\Graphics.cs (15)
2500
GPRECTF grf = new
GPRECTF
(layoutRectangle);
2524
GPRECTF grfLayout = new
GPRECTF
(0, 0, layoutArea.Width, layoutArea.Height);
2525
GPRECTF grfboundingBox = new
GPRECTF
();
2547
GPRECTF grf = new
GPRECTF
();
2548
GPRECTF grfboundingBox = new
GPRECTF
();
2588
GPRECTF grfLayout = new
GPRECTF
(0, 0, layoutArea.Width, layoutArea.Height);
2589
GPRECTF grfboundingBox = new
GPRECTF
();
2650
GPRECTF grf = new
GPRECTF
(layoutRect);
3478
GPRECTF grf = new
GPRECTF
(destRect);
3646
GPRECTF grf = new
GPRECTF
(srcRect);
3731
GPRECTF grfdest = new
GPRECTF
(destRect);
3732
GPRECTF grfsrc = new
GPRECTF
(srcRect);
3838
GPRECTF grf = new
GPRECTF
(srcRect);
4221
GPRECTF rect = new
GPRECTF
();
4265
GPRECTF rect = new
GPRECTF
();
commonui\System\Drawing\Image.cs (1)
965
GPRECTF gprectf = new
GPRECTF
();
commonui\System\Drawing\Region.cs (5)
361
GPRECTF gprectf = new
GPRECTF
(rect);
420
GPRECTF gprectf = new
GPRECTF
(rect);
478
GPRECTF gprectf = new
GPRECTF
(rect);
647
GPRECTF gprectf = new
GPRECTF
();
1015
GPRECTF gprectf = new
GPRECTF
();
69 references to GPRECTF
System.Drawing (69)
commonui\System\Drawing\Advanced\Gdiplus.cs (28)
455
ref
GPRECTF
layoutRect, HandleRef format);
557
internal static extern int GdipGetPathWorldBounds(HandleRef path, ref
GPRECTF
gprectf, HandleRef matrix, HandleRef pen);
664
internal static extern int GdipCreateMatrix3(ref
GPRECTF
rect, HandleRef dstplg, out IntPtr matrix);
759
internal static extern int GdipCreateRegionRect(ref
GPRECTF
gprectf, out IntPtr region);
801
internal static extern int GdipCombineRegionRect(HandleRef region, ref
GPRECTF
gprectf, CombineMode mode);
829
internal static extern int GdipGetRegionBounds(HandleRef region, HandleRef graphics, ref
GPRECTF
gprectf);
1030
internal static extern int GdipCreateLineBrushFromRect(ref
GPRECTF
rect, int color1, int color2, int lineGradientMode, int wrapMode,
1040
internal static extern int GdipCreateLineBrushFromRectWithAngle(ref
GPRECTF
rect, int color1, int color2, float angle, bool isAngleScaleable,
1058
internal static extern int GdipGetLineRect(HandleRef brush, ref
GPRECTF
gprectf);
1189
ref
GPRECTF
gprectf);
1672
internal static extern int GdipGetImageBounds(HandleRef image, ref
GPRECTF
gprectf, out GraphicsUnit unit);
2511
ref
GPRECTF
destRect,
2550
ref
GPRECTF
srcRect,
2571
ref
GPRECTF
destRect,
2572
ref
GPRECTF
srcRect,
2595
ref
GPRECTF
srcRect,
2657
internal static extern int GdipGetClipBounds(HandleRef graphics, ref
GPRECTF
rect);
2666
internal static extern int GdipGetVisibleClipBounds(HandleRef graphics, ref
GPRECTF
rect);
2705
internal static extern int GdipBeginContainer(HandleRef graphics, ref
GPRECTF
dstRect,
2706
ref
GPRECTF
srcRect, int unit,
2774
ref
GPRECTF
frameRect,
2802
ref
GPRECTF
frameRect,
2832
ref
GPRECTF
frameRect,
3033
internal static extern int GdipDrawString(HandleRef graphics, string textString, int length, HandleRef font, ref
GPRECTF
layoutRect,
3037
internal static extern int GdipMeasureString(HandleRef graphics, string textString, int length, HandleRef font, ref
GPRECTF
layoutRect,
3038
HandleRef stringFormat, [In, Out] ref
GPRECTF
boundingBox, out int codepointsFitted, out int linesFilled);
3042
internal static extern int GdipMeasureCharacterRanges(HandleRef graphics, string textString, int length, HandleRef font, ref
GPRECTF
layoutRect, HandleRef stringFormat,
3302
int size = (int)Marshal.SizeOf(typeof(
GPRECTF
));
commonui\System\Drawing\Advanced\GraphicsPath.cs (3)
1363
GPRECTF
rectf = new GPRECTF(origin.X, origin.Y, 0, 0);
1409
GPRECTF
rectf = new GPRECTF(layoutRect);
1493
GPRECTF
gprectf = new GPRECTF();
commonui\System\Drawing\Advanced\LinearGradientBrush.cs (3)
110
GPRECTF
gprectf = new GPRECTF(rect);
196
GPRECTF
gprectf = new GPRECTF(rect);
336
GPRECTF
rect = new GPRECTF();
commonui\System\Drawing\Advanced\Matrix.cs (1)
93
GPRECTF
gprectf = new GPRECTF(rect);
commonui\System\Drawing\Advanced\Metafile.cs (3)
236
GPRECTF
rectf = new GPRECTF(frameRect);
440
GPRECTF
rectf = new GPRECTF(frameRect);
652
GPRECTF
rectf = new GPRECTF(frameRect);
commonui\System\Drawing\Advanced\PathGradientBrush.cs (1)
335
GPRECTF
rect = new GPRECTF();
commonui\System\Drawing\Advanced\RectangleF.cs (1)
469
internal
GPRECTF
ToGPRECTF() {
commonui\System\Drawing\Graphics.cs (17)
2500
GPRECTF
grf = new GPRECTF(layoutRectangle);
2524
GPRECTF
grfLayout = new GPRECTF(0, 0, layoutArea.Width, layoutArea.Height);
2525
GPRECTF
grfboundingBox = new GPRECTF();
2547
GPRECTF
grf = new GPRECTF();
2548
GPRECTF
grfboundingBox = new GPRECTF();
2588
GPRECTF
grfLayout = new GPRECTF(0, 0, layoutArea.Width, layoutArea.Height);
2589
GPRECTF
grfboundingBox = new GPRECTF();
2650
GPRECTF
grf = new GPRECTF(layoutRect);
3478
GPRECTF
grf = new GPRECTF(destRect);
3646
GPRECTF
grf = new GPRECTF(srcRect);
3731
GPRECTF
grfdest = new GPRECTF(destRect);
3732
GPRECTF
grfsrc = new GPRECTF(srcRect);
3838
GPRECTF
grf = new GPRECTF(srcRect);
4221
GPRECTF
rect = new GPRECTF();
4265
GPRECTF
rect = new GPRECTF();
4474
GPRECTF
dstf = dstrect.ToGPRECTF();
4475
GPRECTF
srcf = srcrect.ToGPRECTF();
commonui\System\Drawing\Image.cs (1)
965
GPRECTF
gprectf = new GPRECTF();
commonui\System\Drawing\Region.cs (11)
68
GPRECTF
gprectf = rect.ToGPRECTF();
281
GPRECTF
gprectf = rect.ToGPRECTF();
361
GPRECTF
gprectf = new GPRECTF(rect);
420
GPRECTF
gprectf = new GPRECTF(rect);
478
GPRECTF
gprectf = new GPRECTF(rect);
538
GPRECTF
gprectf = rect.ToGPRECTF();
647
GPRECTF
gprectf = new GPRECTF();
1001
int rectsize = (int)Marshal.SizeOf(typeof(
GPRECTF
));
1015
GPRECTF
gprectf = new GPRECTF();
1020
gprectf = (
GPRECTF
) UnsafeNativeMethods.PtrToStructure((IntPtr)(checked((long)memoryRects + rectsize*index)), typeof(
GPRECTF
));