<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.mitov.com/wiki/skins/common/feed.css?301"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Interface_IGDIPlus.IGPGraphics</id>
		<title>Interface IGDIPlus.IGPGraphics - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Interface_IGDIPlus.IGPGraphics"/>
		<link rel="alternate" type="text/html" href="http://www.mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPGraphics&amp;action=history"/>
		<updated>2026-04-15T02:32:38Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.17.0</generator>

	<entry>
		<id>http://www.mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPGraphics&amp;diff=11639&amp;oldid=prev</id>
		<title>David Alm: Automated Syncronization with Documentation</title>
		<link rel="alternate" type="text/html" href="http://www.mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPGraphics&amp;diff=11639&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:58Z</updated>
		
		<summary type="html">&lt;p&gt;Automated Syncronization with Documentation&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;b&amp;gt;&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&lt;br /&gt;
This is a Beta Read Only version of this page. &lt;br /&gt;
Please review and send recommendations to [mailto:mitov@mitov.com mitov@mitov.com]. &lt;br /&gt;
We will enable the editing as soon as we are happy with the overall Wiki site.&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Package:''' [[Package SignalLabBasicPkg|SignalLabBasicPkg]]&lt;br /&gt;
&lt;br /&gt;
'''Unit:''' [[Unit IGDIPlus|IGDIPlus]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' IGPGraphics = '''interface'''&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Interface to a [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Defines interface to a [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object.&lt;br /&gt;
&lt;br /&gt;
The [[Class IGDIPlus.TGPGraphics|TGPGraphics]] class provides methods for drawing lines,&lt;br /&gt;
curves, figures, images, and text. A [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object&lt;br /&gt;
stores attributes of the display device and attributes of the&lt;br /&gt;
items to be drawn.&lt;br /&gt;
&lt;br /&gt;
== Properties ==&lt;br /&gt;
*[[Property IGDIPlus.IGPGraphics.RenderingOrigin|RenderingOrigin]] - Sets or gets the rendering origin of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. The rendering origin is used to set the dither origin for 8-bits-per-pixel and 16-bits-per-pixel dithering and is also used to set the origin for hatch brushes. &lt;br /&gt;
*[[Property IGDIPlus.IGPGraphics.CompositingMode|CompositingMode]] - Sets or gets the compositing mode of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPGraphics.CompositingQuality|CompositingQuality]] - Sets or gets the compositing quality of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPGraphics.TextRenderingHint|TextRenderingHint]] - Sets or gets the text rendering mode of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPGraphics.TextContrast|TextContrast]] - Sets or gets the contrast value of this Graphics object. &lt;br /&gt;
*[[Property IGDIPlus.IGPGraphics.InterpolationMode|InterpolationMode]] - Sets or gets the interpolation mode of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPGraphics.SmoothingMode|SmoothingMode]] - Sets or gets the rendering quality of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPGraphics.PixelOffsetMode|PixelOffsetMode]] - Sets or gets the pixel offset mode of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPGraphics.Transform|Transform]] - Gets or sets the world transformation matrix for the object. &lt;br /&gt;
*[[Property IGDIPlus.IGPGraphics.Clip|Clip]] - Returns the clipping region of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPGraphics.PageUnit|PageUnit]] - Sets or gets the unit of measure for the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPGraphics.PageScale|PageScale]] - Sets or gets the scaling factor for the page transformation of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. The page transformation converts page coordinates to device coordinates. &lt;br /&gt;
*[[Property IGDIPlus.IGPGraphics.DpiX|DpiX]] - Returns the horizontal resolution, in dots per inch, of the display device associated with the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPGraphics.DpiY|DpiY]] - Returns the vertical resolution, in dots per inch, of the display device associated with the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetNativeGraphics() : GpGraphics|function GetNativeGraphics() : GpGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.Flush(TGPFlushIntention) : TGPGraphics|function Flush(intention : TGPFlushIntention) : TGPGraphics]] - Flushes all pending graphics operations. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetHDC() : HDC|function GetHDC() : HDC]] - Returns a handle to the device context associated with this [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.ReleaseHDC(HDC) : TGPGraphics|function ReleaseHDC(hdc : HDC) : TGPGraphics]] - Releases a device context handle obtained by a previous call to the [[Class IGDIPlus.TGPGraphics|TGPGraphics]].[[Method function IGDIPlus.IGPGraphics.GetHDC() : HDC|GetHDC]] method of this Graphics object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.SetRenderingOrigin(TGPPoint) : TGPGraphics|function SetRenderingOrigin(point : TGPPoint) : TGPGraphics]] - Sets the rendering origin of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. The rendering origin is used to set the dither origin for 8-bits-per-pixel and 16-bits-per-pixel dithering and is also used to set the origin for hatch brushes. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPGraphics.SetRenderingOriginProp(TGPPoint)|procedure SetRenderingOriginProp(point : TGPPoint)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetRenderingOrigin() : TGPPoint|function GetRenderingOrigin() : TGPPoint]] - Returns the rendering origin currently set for the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.SetCompositingMode(TGPCompositingMode) : TGPGraphics|function SetCompositingMode(compositingMode : TGPCompositingMode) : TGPGraphics]] - Sets the compositing mode of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPGraphics.SetCompositingModeProp(TGPCompositingMode)|procedure SetCompositingModeProp(compositingMode : TGPCompositingMode)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetCompositingMode() : TGPCompositingMode|function GetCompositingMode() : TGPCompositingMode]] - Returns the compositing mode currently set for the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.SetCompositingQuality(TGPCompositingQuality) : TGPGraphics|function SetCompositingQuality(compositingQuality : TGPCompositingQuality) : TGPGraphics]] - Sets the compositing quality of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPGraphics.SetCompositingQualityProp(TGPCompositingQuality)|procedure SetCompositingQualityProp(compositingQuality : TGPCompositingQuality)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetCompositingQuality() : TGPCompositingQuality|function GetCompositingQuality() : TGPCompositingQuality]] - Returns the compositing quality currently set for the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.SetTextRenderingHint(TGPTextRenderingHint) : TGPGraphics|function SetTextRenderingHint(newMode : TGPTextRenderingHint) : TGPGraphics]] - Sets the text rendering mode of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPGraphics.SetTextRenderingHintProp(TGPTextRenderingHint)|procedure SetTextRenderingHintProp(newMode : TGPTextRenderingHint)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetTextRenderingHint() : TGPTextRenderingHint|function GetTextRenderingHint() : TGPTextRenderingHint]] - Returns the text rendering mode currently set for the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.SetTextContrast(Cardinal) : TGPGraphics|function SetTextContrast(contrast : Cardinal) : TGPGraphics]] - Sets the contrast value of this Graphics object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPGraphics.SetTextContrastProp(Cardinal)|procedure SetTextContrastProp(contrast : Cardinal)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetTextContrast() : Cardinal|function GetTextContrast() : Cardinal]] - Returns the contrast value currently set for the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetInterpolationMode() : TGPInterpolationMode|function GetInterpolationMode() : TGPInterpolationMode]] - Returns the interpolation mode currently set for the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.SetInterpolationMode(TGPInterpolationMode) : TGPGraphics|function SetInterpolationMode(interpolationMode : TGPInterpolationMode) : TGPGraphics]] - Sets the interpolation mode of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPGraphics.SetInterpolationModeProp(TGPInterpolationMode)|procedure SetInterpolationModeProp(interpolationMode : TGPInterpolationMode)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetSmoothingMode() : TGPSmoothingMode|function GetSmoothingMode() : TGPSmoothingMode]] - Returns the current smoothing (antialiasing) mode. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.SetSmoothingMode(TGPSmoothingMode) : TGPGraphics|function SetSmoothingMode(smoothingMode : TGPSmoothingMode) : TGPGraphics]] - Sets the rendering quality of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPGraphics.SetSmoothingModeProp(TGPSmoothingMode)|procedure SetSmoothingModeProp(smoothingMode : TGPSmoothingMode)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetPixelOffsetMode() : TGPPixelOffsetMode|function GetPixelOffsetMode() : TGPPixelOffsetMode]] - Returns the pixel offset mode currently set for the GTPGraphics object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.SetPixelOffsetMode(TGPPixelOffsetMode) : TGPGraphics|function SetPixelOffsetMode(pixelOffsetMode : TGPPixelOffsetMode) : TGPGraphics]] - Sets the pixel offset mode of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPGraphics.SetPixelOffsetModeProp(TGPPixelOffsetMode)|procedure SetPixelOffsetModeProp(pixelOffsetMode : TGPPixelOffsetMode)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.SetTransform(IGPMatrix) : TGPGraphics|function SetTransform(matrix : IGPMatrix) : TGPGraphics]] - Sets the world transformation of the object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPGraphics.SetTransformProp(IGPMatrix)|procedure SetTransformProp(matrix : IGPMatrix)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.ResetTransform() : TGPGraphics|function ResetTransform() : TGPGraphics]] - Sets the world transformation matrix of the object to the identity matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.MultiplyTransform(IGPMatrix;TGPMatrixOrder) : TGPGraphics|function MultiplyTransform(matrix : IGPMatrix; order : TGPMatrixOrder) : TGPGraphics]] - Updates the world transformation matrix of the object with the product of itself and another matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.TranslateTransform(Single;Single;TGPMatrixOrder) : TGPGraphics|function TranslateTransform(dx : Single; dy : Single; order : TGPMatrixOrder) : TGPGraphics]] - Updates the object's world transformation matrix with the product of itself and a translation matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.ScaleTransform(Single;Single;TGPMatrixOrder) : TGPGraphics|function ScaleTransform(sx : Single; sy : Single; order : TGPMatrixOrder) : TGPGraphics]] - Sets the object's world transformation matrix equal to the product of itself and a scaling matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.RotateTransform(Single;TGPMatrixOrder) : TGPGraphics|function RotateTransform(angle : Single; order : TGPMatrixOrder) : TGPGraphics]] - Updates the world transformation matrix of the object with the product of itself and a rotation matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetTransform() : IGPMatrix|function GetTransform() : IGPMatrix]] - Gets the world transformation matrix currently set for the object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.SetPageUnit(TGPUnit) : TGPGraphics|function SetPageUnit(unit_ : TGPUnit) : TGPGraphics]] - Sets the unit of measure for the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPGraphics.SetPageUnitProp(TGPUnit)|procedure SetPageUnitProp(unit_ : TGPUnit)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.SetPageScale(Single) : TGPGraphics|function SetPageScale(scale : Single) : TGPGraphics]] - Sets the scaling factor for the page transformation of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. The page transformation converts page coordinates to device coordinates. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPGraphics.SetPageScaleProp(Single)|procedure SetPageScaleProp(scale : Single)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetPageUnit() : TGPUnit|function GetPageUnit() : TGPUnit]] - Returns the unit of measure currently set for the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetPageScale() : Single|function GetPageScale() : Single]] - Returns the scaling factor currently set for the page transformation of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetDpiX() : Single|function GetDpiX() : Single]] - Returns the horizontal resolution, in dots per inch, of the display device associated with the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetDpiY() : Single|function GetDpiY() : Single]] - Returns the vertical resolution, in dots per inch, of the display device associated with the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.TransformPoints(TGPCoordinateSpace;TGPCoordinateSpace;array) : TGPGraphics|function TransformPoints(destSpace : TGPCoordinateSpace; srcSpace : TGPCoordinateSpace; var pts : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.TransformPoints(TGPCoordinateSpace;TGPCoordinateSpace;array) : TGPGraphics|function TransformPoints(destSpace : TGPCoordinateSpace; srcSpace : TGPCoordinateSpace; var pts : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetNearestColor(TGPColor) : TGPColor|function GetNearestColor(AColor : TGPColor) : TGPColor]] - Returns the nearest color to the color that is passed in. This method works on 8-bits per pixel or lower display devices for which there is an 8-bit color palette. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawLineF(IGPPen;Single;Single;Single;Single) : TGPGraphics|function DrawLineF(pen : IGPPen; x1 : Single; y1 : Single; x2 : Single; y2 : Single) : TGPGraphics]] - Draws a line with a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawLineF(IGPPen;TGPPointF;TGPPointF) : TGPGraphics|function DrawLineF(pen : IGPPen; pt1 : TGPPointF; pt2 : TGPPointF) : TGPGraphics]] - Draws a line with a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawLinesF(IGPPen;array) : TGPGraphics|function DrawLinesF(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawLine(IGPPen;Integer;Integer;Integer;Integer) : TGPGraphics|function DrawLine(pen : IGPPen; x1 : Integer; y1 : Integer; x2 : Integer; y2 : Integer) : TGPGraphics]] - Draws a line with a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawLine(IGPPen;TGPPoint;TGPPoint) : TGPGraphics|function DrawLine(pen : IGPPen; pt1 : TGPPoint; pt2 : TGPPoint) : TGPGraphics]] - Draws a line with a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawLines(IGPPen;array) : TGPGraphics|function DrawLines(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawArcF(IGPPen;Single;Single;Single;Single;Single;Single) : TGPGraphics|function DrawArcF(pen : IGPPen; x : Single; y : Single; width : Single; height : Single; startAngle : Single; sweepAngle : Single) : TGPGraphics]] - Draws an arc with a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawArcF(IGPPen;TGPRectF;Single;Single) : TGPGraphics|function DrawArcF(pen : IGPPen; rect : TGPRectF; startAngle : Single; sweepAngle : Single) : TGPGraphics]] - Draws an arc with a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawArc(IGPPen;Integer;Integer;Integer;Integer;Single;Single) : TGPGraphics|function DrawArc(pen : IGPPen; x : Integer; y : Integer; width : Integer; height : Integer; startAngle : Single; sweepAngle : Single) : TGPGraphics]] - Draws an arc with a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawArc(IGPPen;TGPRect;Single;Single) : TGPGraphics|function DrawArc(pen : IGPPen; rect : TGPRect; startAngle : Single; sweepAngle : Single) : TGPGraphics]] - Draws an arc with a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawBezierF(IGPPen;Single;Single;Single;Single;Single;Single;Single;Single) : TGPGraphics|function DrawBezierF(pen : IGPPen; x1 : Single; y1 : Single; x2 : Single; y2 : Single; x3 : Single; y3 : Single; x4 : Single; y4 : Single) : TGPGraphics]] - Draws a Bézier spline. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawBezierF(IGPPen;TGPPointF;TGPPointF;TGPPointF;TGPPointF) : TGPGraphics|function DrawBezierF(pen : IGPPen; pt1 : TGPPointF; pt2 : TGPPointF; pt3 : TGPPointF; pt4 : TGPPointF) : TGPGraphics]] - Draws a Bézier spline. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawBeziersF(IGPPen;array) : TGPGraphics|function DrawBeziersF(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawBezier(IGPPen;Integer;Integer;Integer;Integer;Integer;Integer;Integer;Integer) : TGPGraphics|function DrawBezier(pen : IGPPen; x1 : Integer; y1 : Integer; x2 : Integer; y2 : Integer; x3 : Integer; y3 : Integer; x4 : Integer; y4 : Integer) : TGPGraphics]] - Draws a Bézier spline. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawBezier(IGPPen;TGPPoint;TGPPoint;TGPPoint;TGPPoint) : TGPGraphics|function DrawBezier(pen : IGPPen; pt1 : TGPPoint; pt2 : TGPPoint; pt3 : TGPPoint; pt4 : TGPPoint) : TGPGraphics]] - Draws a Bézier spline. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawBeziers(IGPPen;array) : TGPGraphics|function DrawBeziers(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawRectangleF(IGPPen;TGPRectF) : TGPGraphics|function DrawRectangleF(pen : IGPPen; rect : TGPRectF) : TGPGraphics]] - Draws a rectangle with a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawRectangleF(IGPPen;Single;Single;Single;Single) : TGPGraphics|function DrawRectangleF(pen : IGPPen; x : Single; y : Single; width : Single; height : Single) : TGPGraphics]] - Draws a rectangle with a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawRectanglesF(IGPPen;array) : TGPGraphics|function DrawRectanglesF(pen : IGPPen; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawRectangle(IGPPen;TGPRect) : TGPGraphics|function DrawRectangle(pen : IGPPen; rect : TGPRect) : TGPGraphics]] - Draws a rectangle with a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawRectangle(IGPPen;Integer;Integer;Integer;Integer) : TGPGraphics|function DrawRectangle(pen : IGPPen; x : Integer; y : Integer; width : Integer; height : Integer) : TGPGraphics]] - Draws a rectangle with a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawRectangles(IGPPen;array) : TGPGraphics|function DrawRectangles(pen : IGPPen; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawRectangleF(IGPPen;IGPBrush;TGPRectF) : TGPGraphics|function DrawRectangleF(pen : IGPPen; brush : IGPBrush; rect : TGPRectF) : TGPGraphics]] - Draws a rectangle with a pen and brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawRectangleF(IGPPen;IGPBrush;Single;Single;Single;Single) : TGPGraphics|function DrawRectangleF(pen : IGPPen; brush : IGPBrush; x : Single; y : Single; width : Single; height : Single) : TGPGraphics]] - Draws a rectangle with a pen and brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawRectanglesF(IGPPen;IGPBrush;array) : TGPGraphics|function DrawRectanglesF(pen : IGPPen; brush : IGPBrush; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawRectangle(IGPPen;IGPBrush;TGPRect) : TGPGraphics|function DrawRectangle(pen : IGPPen; brush : IGPBrush; rect : TGPRect) : TGPGraphics]] - Draws a rectangle with a pen and brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawRectangle(IGPPen;IGPBrush;Integer;Integer;Integer;Integer) : TGPGraphics|function DrawRectangle(pen : IGPPen; brush : IGPBrush; x : Integer; y : Integer; width : Integer; height : Integer) : TGPGraphics]] - Draws a rectangle with a pen and brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawRectangles(IGPPen;IGPBrush;array) : TGPGraphics|function DrawRectangles(pen : IGPPen; brush : IGPBrush; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawRoundRectangleF(IGPPen;TGPRectF;TGPSizeF) : TGPGraphics|function DrawRoundRectangleF(pen : IGPPen; rect : TGPRectF; ACornerSize : TGPSizeF) : TGPGraphics]] - Draws a round rectangle with a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawRoundRectangle(IGPPen;TGPRect;TGPSize) : TGPGraphics|function DrawRoundRectangle(pen : IGPPen; rect : TGPRect; ACornerSize : TGPSize) : TGPGraphics]] - Draws a round rectangle with a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawRoundRectangleF(IGPPen;IGPBrush;TGPRectF;TGPSizeF) : TGPGraphics|function DrawRoundRectangleF(pen : IGPPen; brush : IGPBrush; rect : TGPRectF; ACornerSize : TGPSizeF) : TGPGraphics]] - Draws a round rectangle with a pen and brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawRoundRectangle(IGPPen;IGPBrush;TGPRect;TGPSize) : TGPGraphics|function DrawRoundRectangle(pen : IGPPen; brush : IGPBrush; rect : TGPRect; ACornerSize : TGPSize) : TGPGraphics]] - Draws a round rectangle with a pen and brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawEllipseF(IGPPen;TGPRectF) : TGPGraphics|function DrawEllipseF(pen : IGPPen; rect : TGPRectF) : TGPGraphics]] - Draws an ellipse a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawEllipseF(IGPPen;Single;Single;Single;Single) : TGPGraphics|function DrawEllipseF(pen : IGPPen; x : Single; y : Single; width : Single; height : Single) : TGPGraphics]] - Draws an ellipse a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawEllipsesF(IGPPen;array) : TGPGraphics|function DrawEllipsesF(pen : IGPPen; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawEllipse(IGPPen;TGPRect) : TGPGraphics|function DrawEllipse(pen : IGPPen; rect : TGPRect) : TGPGraphics]] - Draws an ellipse a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawEllipse(IGPPen;Integer;Integer;Integer;Integer) : TGPGraphics|function DrawEllipse(pen : IGPPen; x : Integer; y : Integer; width : Integer; height : Integer) : TGPGraphics]] - Draws an ellipse a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawEllipses(IGPPen;array) : TGPGraphics|function DrawEllipses(pen : IGPPen; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawEllipseF(IGPPen;IGPBrush;TGPRectF) : TGPGraphics|function DrawEllipseF(pen : IGPPen; brush : IGPBrush; rect : TGPRectF) : TGPGraphics]] - Draws an ellipse with a pen and brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawEllipseF(IGPPen;IGPBrush;Single;Single;Single;Single) : TGPGraphics|function DrawEllipseF(pen : IGPPen; brush : IGPBrush; x : Single; y : Single; width : Single; height : Single) : TGPGraphics]] - Draws an ellipse  with a pen and brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawEllipsesF(IGPPen;IGPBrush;array) : TGPGraphics|function DrawEllipsesF(pen : IGPPen; brush : IGPBrush; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawEllipse(IGPPen;IGPBrush;TGPRect) : TGPGraphics|function DrawEllipse(pen : IGPPen; brush : IGPBrush; rect : TGPRect) : TGPGraphics]] - Draws an ellipse  with a pen and brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawEllipse(IGPPen;IGPBrush;Integer;Integer;Integer;Integer) : TGPGraphics|function DrawEllipse(pen : IGPPen; brush : IGPBrush; x : Integer; y : Integer; width : Integer; height : Integer) : TGPGraphics]] - Draws an ellipse  with a pen and brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawEllipses(IGPPen;IGPBrush;array) : TGPGraphics|function DrawEllipses(pen : IGPPen; brush : IGPBrush; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawPieF(IGPPen;TGPRectF;Single;Single) : TGPGraphics|function DrawPieF(pen : IGPPen; rect : TGPRectF; startAngle : Single; sweepAngle : Single) : TGPGraphics]] - Draws a Pie with a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawPieF(IGPPen;Single;Single;Single;Single;Single;Single) : TGPGraphics|function DrawPieF(pen : IGPPen; x : Single; y : Single; width : Single; height : Single; startAngle : Single; sweepAngle : Single) : TGPGraphics]] - Draws a Pie with a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawPie(IGPPen;TGPRect;Single;Single) : TGPGraphics|function DrawPie(pen : IGPPen; rect : TGPRect; startAngle : Single; sweepAngle : Single) : TGPGraphics]] - Draws a Pie with a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawPie(IGPPen;Integer;Integer;Integer;Integer;Single;Single) : TGPGraphics|function DrawPie(pen : IGPPen; x : Integer; y : Integer; width : Integer; height : Integer; startAngle : Single; sweepAngle : Single) : TGPGraphics]] - Draws a Pie with a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawPieF(IGPPen;IGPBrush;TGPRectF;Single;Single) : TGPGraphics|function DrawPieF(pen : IGPPen; brush : IGPBrush; rect : TGPRectF; startAngle : Single; sweepAngle : Single) : TGPGraphics]] - Draws a Pie with a pen and brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawPieF(IGPPen;IGPBrush;Single;Single;Single;Single;Single;Single) : TGPGraphics|function DrawPieF(pen : IGPPen; brush : IGPBrush; x : Single; y : Single; width : Single; height : Single; startAngle : Single; sweepAngle : Single) : TGPGraphics]] - Draws a Pie with a pen and brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawPie(IGPPen;IGPBrush;TGPRect;Single;Single) : TGPGraphics|function DrawPie(pen : IGPPen; brush : IGPBrush; rect : TGPRect; startAngle : Single; sweepAngle : Single) : TGPGraphics]] - Draws a Pie with a pen and brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawPie(IGPPen;IGPBrush;Integer;Integer;Integer;Integer;Single;Single) : TGPGraphics|function DrawPie(pen : IGPPen; brush : IGPBrush; x : Integer; y : Integer; width : Integer; height : Integer; startAngle : Single; sweepAngle : Single) : TGPGraphics]] - Draws a Pie with a pen and brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawPolygonF(IGPPen;array) : TGPGraphics|function DrawPolygonF(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawPolygon(IGPPen;array) : TGPGraphics|function DrawPolygon(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawPolygonF(IGPPen;IGPBrush;array) : TGPGraphics|function DrawPolygonF(pen : IGPPen; brush : IGPBrush; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawPolygonF(IGPPen;IGPBrush;array;TGPFillMode) : TGPGraphics|function DrawPolygonF(pen : IGPPen; brush : IGPBrush; points : array; fillMode : TGPFillMode) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawPolygon(IGPPen;IGPBrush;array) : TGPGraphics|function DrawPolygon(pen : IGPPen; brush : IGPBrush; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawPolygon(IGPPen;IGPBrush;array;TGPFillMode) : TGPGraphics|function DrawPolygon(pen : IGPPen; brush : IGPBrush; points : array; fillMode : TGPFillMode) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawPath(IGPPen;IGPGraphicsPath) : TGPGraphics|function DrawPath(pen : IGPPen; path : IGPGraphicsPath) : TGPGraphics]] - Draws a path with a pen. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawPath(IGPPen;IGPBrush;IGPGraphicsPath) : TGPGraphics|function DrawPath(pen : IGPPen; brush : IGPBrush; path : IGPGraphicsPath) : TGPGraphics]] - Draws a path with a pen and brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawCurveF(IGPPen;array) : TGPGraphics|function DrawCurveF(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawCurveF(IGPPen;array;Single) : TGPGraphics|function DrawCurveF(pen : IGPPen; points : array; tension : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawCurveF(IGPPen;array;Integer;Integer;Single) : TGPGraphics|function DrawCurveF(pen : IGPPen; points : array; offset : Integer; numberOfSegments : Integer; tension : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawCurve(IGPPen;array) : TGPGraphics|function DrawCurve(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawCurve(IGPPen;array;Single) : TGPGraphics|function DrawCurve(pen : IGPPen; points : array; tension : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawCurve(IGPPen;array;Integer;Integer;Single) : TGPGraphics|function DrawCurve(pen : IGPPen; points : array; offset : Integer; numberOfSegments : Integer; tension : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawClosedCurveF(IGPPen;array) : TGPGraphics|function DrawClosedCurveF(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawClosedCurveF(IGPPen;array;Single) : TGPGraphics|function DrawClosedCurveF(pen : IGPPen; points : array; tension : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawClosedCurve(IGPPen;array) : TGPGraphics|function DrawClosedCurve(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawClosedCurve(IGPPen;array;Single) : TGPGraphics|function DrawClosedCurve(pen : IGPPen; points : array; tension : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawClosedCurveF(IGPPen;IGPBrush;array) : TGPGraphics|function DrawClosedCurveF(pen : IGPPen; brush : IGPBrush; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawClosedCurveF(IGPPen;IGPBrush;array;TGPFillMode;Single) : TGPGraphics|function DrawClosedCurveF(pen : IGPPen; brush : IGPBrush; points : array; fillMode : TGPFillMode; tension : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawClosedCurve(IGPPen;IGPBrush;array) : TGPGraphics|function DrawClosedCurve(pen : IGPPen; brush : IGPBrush; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawClosedCurve(IGPPen;IGPBrush;array;TGPFillMode;Single) : TGPGraphics|function DrawClosedCurve(pen : IGPPen; brush : IGPBrush; points : array; fillMode : TGPFillMode; tension : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.Clear(TGPColor) : TGPGraphics|function Clear(color : TGPColor) : TGPGraphics]] - Clears the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object to a specified color. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillRectangleF(IGPBrush;TGPRectF) : TGPGraphics|function FillRectangleF(brush : IGPBrush; rect : TGPRectF) : TGPGraphics]] - Fills a rectangle with a brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillRectangleF(IGPBrush;Single;Single;Single;Single) : TGPGraphics|function FillRectangleF(brush : IGPBrush; x : Single; y : Single; width : Single; height : Single) : TGPGraphics]] - Fills a rectangle with a brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillRectanglesF(IGPBrush;array) : TGPGraphics|function FillRectanglesF(brush : IGPBrush; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillRectangle(IGPBrush;TGPRect) : TGPGraphics|function FillRectangle(brush : IGPBrush; rect : TGPRect) : TGPGraphics]] - Fills a rectangle with a brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillRectangle(IGPBrush;Integer;Integer;Integer;Integer) : TGPGraphics|function FillRectangle(brush : IGPBrush; x : Integer; y : Integer; width : Integer; height : Integer) : TGPGraphics]] - Fills a rectangle with a brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillRectangles(IGPBrush;array) : TGPGraphics|function FillRectangles(brush : IGPBrush; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillRoundRectangleF(IGPBrush;TGPRectF;TGPSizeF) : TGPGraphics|function FillRoundRectangleF(brush : IGPBrush; rect : TGPRectF; ACornerSize : TGPSizeF) : TGPGraphics]] - Fills a round rectangle with a brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillRoundRectangle(IGPBrush;TGPRect;TGPSize) : TGPGraphics|function FillRoundRectangle(brush : IGPBrush; rect : TGPRect; ACornerSize : TGPSize) : TGPGraphics]] - Fills a round rectangle with a brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillPolygonF(IGPBrush;array) : TGPGraphics|function FillPolygonF(brush : IGPBrush; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillPolygonF(IGPBrush;array;TGPFillMode) : TGPGraphics|function FillPolygonF(brush : IGPBrush; points : array; fillMode : TGPFillMode) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillPolygon(IGPBrush;array) : TGPGraphics|function FillPolygon(brush : IGPBrush; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillPolygon(IGPBrush;array;TGPFillMode) : TGPGraphics|function FillPolygon(brush : IGPBrush; points : array; fillMode : TGPFillMode) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillEllipseF(IGPBrush;TGPRectF) : TGPGraphics|function FillEllipseF(brush : IGPBrush; rect : TGPRectF) : TGPGraphics]] - Fills an ellipse with a brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillEllipseF(IGPBrush;Single;Single;Single;Single) : TGPGraphics|function FillEllipseF(brush : IGPBrush; x : Single; y : Single; width : Single; height : Single) : TGPGraphics]] - Fills an ellipse with a brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillEllipsesF(IGPBrush;array) : TGPGraphics|function FillEllipsesF(brush : IGPBrush; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillEllipse(IGPBrush;TGPRect) : TGPGraphics|function FillEllipse(brush : IGPBrush; rect : TGPRect) : TGPGraphics]] - Fills an ellipse with a brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillEllipse(IGPBrush;Integer;Integer;Integer;Integer) : TGPGraphics|function FillEllipse(brush : IGPBrush; x : Integer; y : Integer; width : Integer; height : Integer) : TGPGraphics]] - Fills an ellipse with a brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillEllipses(IGPBrush;array) : TGPGraphics|function FillEllipses(brush : IGPBrush; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillPieF(IGPBrush;TGPRectF;Single;Single) : TGPGraphics|function FillPieF(brush : IGPBrush; rect : TGPRectF; startAngle : Single; sweepAngle : Single) : TGPGraphics]] - Fills a Pie with a brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillPieF(IGPBrush;Single;Single;Single;Single;Single;Single) : TGPGraphics|function FillPieF(brush : IGPBrush; x : Single; y : Single; width : Single; height : Single; startAngle : Single; sweepAngle : Single) : TGPGraphics]] - Fills a Pie with a brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillPie(IGPBrush;TGPRect;Single;Single) : TGPGraphics|function FillPie(brush : IGPBrush; rect : TGPRect; startAngle : Single; sweepAngle : Single) : TGPGraphics]] - Fills a Pie with a brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillPie(IGPBrush;Integer;Integer;Integer;Integer;Single;Single) : TGPGraphics|function FillPie(brush : IGPBrush; x : Integer; y : Integer; width : Integer; height : Integer; startAngle : Single; sweepAngle : Single) : TGPGraphics]] - Fills a Pie with a brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillPath(IGPBrush;IGPGraphicsPath) : TGPGraphics|function FillPath(brush : IGPBrush; path : IGPGraphicsPath) : TGPGraphics]] - Fills a graphics path with a brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillClosedCurveF(IGPBrush;array) : TGPGraphics|function FillClosedCurveF(brush : IGPBrush; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillClosedCurveF(IGPBrush;array;TGPFillMode;Single) : TGPGraphics|function FillClosedCurveF(brush : IGPBrush; points : array; fillMode : TGPFillMode; tension : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillClosedCurve(IGPBrush;array) : TGPGraphics|function FillClosedCurve(brush : IGPBrush; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillClosedCurve(IGPBrush;array;TGPFillMode;Single) : TGPGraphics|function FillClosedCurve(brush : IGPBrush; points : array; fillMode : TGPFillMode; tension : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.FillRegion(IGPBrush;IGPRegion) : TGPGraphics|function FillRegion(brush : IGPBrush; region : IGPRegion) : TGPGraphics]] - Fills a region with a brush. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawStringF(WideString;IGPFont;TGPRectF;IGPStringFormat;IGPBrush) : TGPGraphics|function DrawStringF(string_ : WideString; font : IGPFont; layoutRect : TGPRectF; stringFormat : IGPStringFormat; brush : IGPBrush) : TGPGraphics]] - Draws a string based on a font, a layout rectangle, and a format. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawStringF(WideString;IGPFont;TGPRectF;IGPBrush) : TGPGraphics|function DrawStringF(string_ : WideString; font : IGPFont; layoutRect : TGPRectF; brush : IGPBrush) : TGPGraphics]] - Draws a string based on a font, and a layout rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawStringF(WideString;IGPFont;TGPPointF;IGPBrush) : TGPGraphics|function DrawStringF(string_ : WideString; font : IGPFont; origin : TGPPointF; brush : IGPBrush) : TGPGraphics]] - Draws a string based on a font and an origin for the string. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawStringF(WideString;IGPFont;TGPPointF;IGPStringFormat;IGPBrush) : TGPGraphics|function DrawStringF(string_ : WideString; font : IGPFont; origin : TGPPointF; stringFormat : IGPStringFormat; brush : IGPBrush) : TGPGraphics]] - Draws a string based on a font, a string origin, and a format. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawString(WideString;IGPFont;TGPRect;IGPStringFormat;IGPBrush) : TGPGraphics|function DrawString(string_ : WideString; font : IGPFont; layoutRect : TGPRect; stringFormat : IGPStringFormat; brush : IGPBrush) : TGPGraphics]] - Draws a string based on a font, a layout rectangle, and a format. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawString(WideString;IGPFont;TGPRect;IGPBrush) : TGPGraphics|function DrawString(string_ : WideString; font : IGPFont; layoutRect : TGPRect; brush : IGPBrush) : TGPGraphics]] - Draws a string based on a font, and a layout rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawString(WideString;IGPFont;TGPPoint;IGPBrush) : TGPGraphics|function DrawString(string_ : WideString; font : IGPFont; origin : TGPPoint; brush : IGPBrush) : TGPGraphics]] - Draws a string based on a font and an origin for the string. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawString(WideString;IGPFont;TGPPoint;IGPStringFormat;IGPBrush) : TGPGraphics|function DrawString(string_ : WideString; font : IGPFont; origin : TGPPoint; stringFormat : IGPStringFormat; brush : IGPBrush) : TGPGraphics]] - Draws a string based on a font, a string origin, and a format. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetStringSizeF(WideString;IGPFont;IGPStringFormat) : TGPSizeF|function GetStringSizeF(string_ : WideString; font : IGPFont; stringFormat : IGPStringFormat) : TGPSizeF]] - Returns the extent of the string in the specified font and format. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetStringSizeF(WideString;IGPFont;TGPSizeF;IGPStringFormat;PInteger;PInteger) : TGPSizeF|function GetStringSizeF(string_ : WideString; font : IGPFont; layoutRectSize : TGPSizeF; stringFormat : IGPStringFormat; codepointsFitted : PInteger; linesFilled : PInteger) : TGPSizeF]] - Returns the extent of the string in the specified font and layout rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetStringBoundingBoxF(WideString;IGPFont;TGPRectF;IGPStringFormat;PInteger;PInteger) : TGPRectF|function GetStringBoundingBoxF(string_ : WideString; font : IGPFont; layoutRect : TGPRectF; stringFormat : IGPStringFormat; codepointsFitted : PInteger; linesFilled : PInteger) : TGPRectF]] - Returns the extent of the string in the specified font and layout rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetStringBoundingBoxF(WideString;IGPFont;TGPPointF;IGPStringFormat) : TGPRectF|function GetStringBoundingBoxF(string_ : WideString; font : IGPFont; origin : TGPPointF; stringFormat : IGPStringFormat) : TGPRectF]] - Returns the extent of the string in the specified font and layout rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetStringBoundingBoxF(WideString;IGPFont;TGPRectF) : TGPRectF|function GetStringBoundingBoxF(string_ : WideString; font : IGPFont; layoutRect : TGPRectF) : TGPRectF]] - Returns the extent of the string in the specified font and layout rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetStringBoundingBoxF(WideString;IGPFont;TGPPointF) : TGPRectF|function GetStringBoundingBoxF(string_ : WideString; font : IGPFont; origin : TGPPointF) : TGPRectF]] - Returns the extent of the string in the specified font and layout rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.MeasureStringF(WideString;IGPFont;IGPStringFormat) : TGPSizeF|function MeasureStringF(string_ : WideString; font : IGPFont; stringFormat : IGPStringFormat) : TGPSizeF]] - Returns the extent of the string in the specified font and format. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.MeasureStringF(WideString;IGPFont;TGPSizeF;IGPStringFormat;PInteger;PInteger) : TGPSizeF|function MeasureStringF(string_ : WideString; font : IGPFont; layoutRectSize : TGPSizeF; stringFormat : IGPStringFormat; codepointsFitted : PInteger; linesFilled : PInteger) : TGPSizeF]] - Returns the extent of the string in the specified font and layout rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.MeasureStringF(WideString;IGPFont;TGPRectF;IGPStringFormat;PInteger;PInteger) : TGPRectF|function MeasureStringF(string_ : WideString; font : IGPFont; layoutRect : TGPRectF; stringFormat : IGPStringFormat; codepointsFitted : PInteger; linesFilled : PInteger) : TGPRectF]] - Returns the extent of the string in the specified font and layout rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.MeasureStringF(WideString;IGPFont;TGPPointF;IGPStringFormat) : TGPRectF|function MeasureStringF(string_ : WideString; font : IGPFont; origin : TGPPointF; stringFormat : IGPStringFormat) : TGPRectF]] - Returns the extent of the string in the specified font and layout rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.MeasureStringF(WideString;IGPFont;TGPRectF) : TGPRectF|function MeasureStringF(string_ : WideString; font : IGPFont; layoutRect : TGPRectF) : TGPRectF]] - Returns the extent of the string in the specified font and layout rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.MeasureStringF(WideString;IGPFont;TGPPointF) : TGPRectF|function MeasureStringF(string_ : WideString; font : IGPFont; origin : TGPPointF) : TGPRectF]] - Returns the extent of the string in the specified font and layout rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.MeasureCharacterRangesF(WideString;IGPFont;TGPRectF;IGPStringFormat) : TGPRegionArray|function MeasureCharacterRangesF(string_ : WideString; font : IGPFont; layoutRect : TGPRectF; stringFormat : IGPStringFormat) : TGPRegionArray]] - Returns a set of regions each of which bounds a range of character positions within a string. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.MeasureCharacterRangesF(WideString;IGPFont;TGPPointF;IGPStringFormat) : TGPRegionArray|function MeasureCharacterRangesF(string_ : WideString; font : IGPFont; origin : TGPPointF; stringFormat : IGPStringFormat) : TGPRegionArray]] - Returns a set of regions each of which bounds a range of character positions within a string. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.MeasureCharacterRangesF(WideString;IGPFont;IGPStringFormat) : TGPRegionArray|function MeasureCharacterRangesF(string_ : WideString; font : IGPFont; stringFormat : IGPStringFormat) : TGPRegionArray]] - Returns a set of regions each of which bounds a range of character positions within a string. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.MeasureCharacterRangesF(WideString;IGPFont;TGPRectF;array;IGPStringFormat) : TGPRegionArray|function MeasureCharacterRangesF(string_ : WideString; font : IGPFont; layoutRect : TGPRectF; ranges : array; stringFormat : IGPStringFormat) : TGPRegionArray]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.MeasureCharacterRangesF(WideString;IGPFont;TGPPointF;array;IGPStringFormat) : TGPRegionArray|function MeasureCharacterRangesF(string_ : WideString; font : IGPFont; origin : TGPPointF; ranges : array; stringFormat : IGPStringFormat) : TGPRegionArray]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.MeasureCharacterRangesF(WideString;IGPFont;array;IGPStringFormat) : TGPRegionArray|function MeasureCharacterRangesF(string_ : WideString; font : IGPFont; ranges : array; stringFormat : IGPStringFormat) : TGPRegionArray]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawDriverString(PUINT16;Integer;IGPFont;IGPBrush;PGPPointF;Integer;IGPMatrix) : TGPGraphics|function DrawDriverString(text : PUINT16; length : Integer; font : IGPFont; brush : IGPBrush; positions : PGPPointF; flags : Integer; matrix : IGPMatrix) : TGPGraphics]] - Draws characters at the specified positions. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetDriverStringBoundingBoxF(PUINT16;Integer;IGPFont;PGPPointF;Integer;IGPMatrix) : TGPRectF|function GetDriverStringBoundingBoxF(text : PUINT16; length : Integer; font : IGPFont; positions : PGPPointF; flags : Integer; matrix : IGPMatrix) : TGPRectF]] - Returns the the bounding box for the specified characters and their corresponding positions. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawCachedBitmap(IGPCachedBitmap;Integer;Integer) : TGPGraphics|function DrawCachedBitmap(cb : IGPCachedBitmap; x : Integer; y : Integer) : TGPGraphics]] - Draws the image stored in a [[Class IGDIPlus.TGPCachedBitmap|TGPCachedBitmap]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImageF(IGPImage;TGPPointF) : TGPGraphics|function DrawImageF(image : IGPImage; point : TGPPointF) : TGPGraphics]] - Draws image at position. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImageF(IGPImage;Single;Single) : TGPGraphics|function DrawImageF(image : IGPImage; x : Single; y : Single) : TGPGraphics]] - Draws image at position. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImageF(IGPImage;TGPRectF) : TGPGraphics|function DrawImageF(image : IGPImage; rect : TGPRectF) : TGPGraphics]] - Draws image at a specified rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImageF(IGPImage;Single;Single;Single;Single) : TGPGraphics|function DrawImageF(image : IGPImage; x : Single; y : Single; width : Single; height : Single) : TGPGraphics]] - Draws image at a position and with size. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImage(IGPImage;TGPPoint) : TGPGraphics|function DrawImage(image : IGPImage; point : TGPPoint) : TGPGraphics]] - Draws image at position. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImage(IGPImage;Integer;Integer) : TGPGraphics|function DrawImage(image : IGPImage; x : Integer; y : Integer) : TGPGraphics]] - Draws image at position. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImage(IGPImage;TGPRect) : TGPGraphics|function DrawImage(image : IGPImage; rect : TGPRect) : TGPGraphics]] - Draws image at a specified rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImage(IGPImage;Integer;Integer;Integer;Integer) : TGPGraphics|function DrawImage(image : IGPImage; x : Integer; y : Integer; width : Integer; height : Integer) : TGPGraphics]] - Draws image at a position and with size. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImageF(IGPImage;TGPPointF;Single) : TGPGraphics|function DrawImageF(image : IGPImage; point : TGPPointF; Opacity : Single) : TGPGraphics]] - Draws image at position and with opacity. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImageF(IGPImage;Single;Single;Single) : TGPGraphics|function DrawImageF(image : IGPImage; x : Single; y : Single; Opacity : Single) : TGPGraphics]] - Draws image at position and with opacity. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImageF(IGPImage;TGPRectF;Single) : TGPGraphics|function DrawImageF(image : IGPImage; rect : TGPRectF; Opacity : Single) : TGPGraphics]] - Draws image at a specified rectangle and opacity. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImageF(IGPImage;Single;Single;Single;Single;Single) : TGPGraphics|function DrawImageF(image : IGPImage; x : Single; y : Single; width : Single; height : Single; Opacity : Single) : TGPGraphics]] - Draws image at a position and with size and opacity. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImage(IGPImage;TGPPoint;Single) : TGPGraphics|function DrawImage(image : IGPImage; point : TGPPoint; Opacity : Single) : TGPGraphics]] - Draws image at position and with opacity. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImage(IGPImage;Integer;Integer;Single) : TGPGraphics|function DrawImage(image : IGPImage; x : Integer; y : Integer; Opacity : Single) : TGPGraphics]] - Draws image at position and with opacity. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImage(IGPImage;TGPRect;Single) : TGPGraphics|function DrawImage(image : IGPImage; rect : TGPRect; Opacity : Single) : TGPGraphics]] - Draws image at a specified rectangle and opacity. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImage(IGPImage;Integer;Integer;Integer;Integer;Single) : TGPGraphics|function DrawImage(image : IGPImage; x : Integer; y : Integer; width : Integer; height : Integer; Opacity : Single) : TGPGraphics]] - Draws image at a position and with size and opacity. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImageF(IGPImage;array) : TGPGraphics|function DrawImageF(image : IGPImage; destPoints : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImage(IGPImage;array) : TGPGraphics|function DrawImage(image : IGPImage; destPoints : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImageF(IGPImage;Single;Single;Single;Single;Single;Single;TGPUnit) : TGPGraphics|function DrawImageF(image : IGPImage; x : Single; y : Single; srcx : Single; srcy : Single; srcwidth : Single; srcheight : Single; srcUnit : TGPUnit) : TGPGraphics]] - Draws image with multiple settings. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImageF(IGPImage;TGPRectF;Single;Single;Single;Single;TGPUnit;IGPImageAttributes;TGPDrawImageAbortProc) : TGPGraphics|function DrawImageF(image : IGPImage; destRect : TGPRectF; srcx : Single; srcy : Single; srcwidth : Single; srcheight : Single; srcUnit : TGPUnit; imageAttributes : IGPImageAttributes; callback : TGPDrawImageAbortProc) : TGPGraphics]] - Draws image with multiple settings and callback. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImageF(IGPImage;array;Single;Single;Single;Single;TGPUnit;IGPImageAttributes;TGPDrawImageAbortProc) : TGPGraphics|function DrawImageF(image : IGPImage; destPoints : array; srcx : Single; srcy : Single; srcwidth : Single; srcheight : Single; srcUnit : TGPUnit; imageAttributes : IGPImageAttributes; callback : TGPDrawImageAbortProc) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImage(IGPImage;Integer;Integer;Integer;Integer;Integer;Integer;TGPUnit) : TGPGraphics|function DrawImage(image : IGPImage; x : Integer; y : Integer; srcx : Integer; srcy : Integer; srcwidth : Integer; srcheight : Integer; srcUnit : TGPUnit) : TGPGraphics]] - Draws image with multiple settings. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImage(IGPImage;TGPRect;Integer;Integer;Integer;Integer;TGPUnit;IGPImageAttributes;TGPDrawImageAbortProc) : TGPGraphics|function DrawImage(image : IGPImage; destRect : TGPRect; srcx : Integer; srcy : Integer; srcwidth : Integer; srcheight : Integer; srcUnit : TGPUnit; imageAttributes : IGPImageAttributes; callback : TGPDrawImageAbortProc) : TGPGraphics]] - Draws image with multiple settings and callback. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.DrawImage(IGPImage;array;Integer;Integer;Integer;Integer;TGPUnit;IGPImageAttributes;TGPDrawImageAbortProc) : TGPGraphics|function DrawImage(image : IGPImage; destPoints : array; srcx : Integer; srcy : Integer; srcwidth : Integer; srcheight : Integer; srcUnit : TGPUnit; imageAttributes : IGPImageAttributes; callback : TGPDrawImageAbortProc) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.EnumerateMetafileF(IGPMetafile;TGPPointF;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafileF(metafile : IGPMetafile; destPoint : TGPPointF; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]] - Registers an an application-defined callback function for each record in a specified metafile. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.EnumerateMetafile(IGPMetafile;TGPPoint;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafile(metafile : IGPMetafile; destPoint : TGPPoint; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]] - Registers an an application-defined callback function for each record in a specified metafile. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.EnumerateMetafileF(IGPMetafile;TGPRectF;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafileF(metafile : IGPMetafile; destRect : TGPRectF; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]] - Registers an an application-defined callback function for each record in a specified metafile. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.EnumerateMetafile(IGPMetafile;TGPRect;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafile(metafile : IGPMetafile; destRect : TGPRect; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]] - Registers an an application-defined callback function for each record in a specified metafile. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.EnumerateMetafileF(IGPMetafile;array;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafileF(metafile : IGPMetafile; destPoints : array; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.EnumerateMetafile(IGPMetafile;array;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafile(metafile : IGPMetafile; destPoints : array; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.EnumerateMetafileF(IGPMetafile;TGPPointF;TGPRectF;TGPUnit;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafileF(metafile : IGPMetafile; destPoint : TGPPointF; srcRect : TGPRectF; srcUnit : TGPUnit; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]] - Registers an an application-defined callback function for each record in a specified metafile. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.EnumerateMetafile(IGPMetafile;TGPPoint;TGPRect;TGPUnit;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafile(metafile : IGPMetafile; destPoint : TGPPoint; srcRect : TGPRect; srcUnit : TGPUnit; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]] - Registers an an application-defined callback function for each record in a specified metafile. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.EnumerateMetafileF(IGPMetafile;TGPRectF;TGPRectF;TGPUnit;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafileF(metafile : IGPMetafile; destRect : TGPRectF; srcRect : TGPRectF; srcUnit : TGPUnit; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]] - Registers an an application-defined callback function for each record in a specified metafile. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.EnumerateMetafile(IGPMetafile;TGPRect;TGPRect;TGPUnit;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafile(metafile : IGPMetafile; destRect : TGPRect; srcRect : TGPRect; srcUnit : TGPUnit; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]] - Registers an an application-defined callback function for each record in a specified metafile. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.EnumerateMetafileF(IGPMetafile;array;TGPRectF;TGPUnit;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafileF(metafile : IGPMetafile; destPoints : array; srcRect : TGPRectF; srcUnit : TGPUnit; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.EnumerateMetafile(IGPMetafile;array;TGPRect;TGPUnit;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafile(metafile : IGPMetafile; destPoints : array; srcRect : TGPRect; srcUnit : TGPUnit; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.SetClip(IGPGraphics;TGPCombineMode) : TGPGraphics|function SetClip(g : IGPGraphics; combineMode : TGPCombineMode) : TGPGraphics]] - Updates the clipping region of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object to a region that is the combination of itself and the clipping region of another Graphics object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.SetClipF(TGPRectF;TGPCombineMode) : TGPGraphics|function SetClipF(rect : TGPRectF; combineMode : TGPCombineMode) : TGPGraphics]] - Updates the clipping region of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object to a region that is the combination of itself and a rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.SetClip(TGPRect;TGPCombineMode) : TGPGraphics|function SetClip(rect : TGPRect; combineMode : TGPCombineMode) : TGPGraphics]] - Updates the clipping region of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object to a region that is the combination of itself and a rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.SetClip(IGPGraphicsPath;TGPCombineMode) : TGPGraphics|function SetClip(path : IGPGraphicsPath; combineMode : TGPCombineMode) : TGPGraphics]] - Updates the clipping region of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object to a region that is the combination of itself and the region specified by a graphics path. If a figure in the path is not closed, this method treats the non-closed figure as if it were closed by a straight line that connects the figure's starting and ending points. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.SetClip(IGPRegion;TGPCombineMode) : TGPGraphics|function SetClip(region : IGPRegion; combineMode : TGPCombineMode) : TGPGraphics]] - Updates the clipping region of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object to a region that is the combination of itself and the region specified by a [[Class IGDIPlus.TGPRegion|TGPRegion]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.SetClip(HRGN;TGPCombineMode) : TGPGraphics|function SetClip(hRgn : HRGN; combineMode : TGPCombineMode) : TGPGraphics]] - Updates the clipping region of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object to a region that is the combination of itself and a Microsoft Windows Graphics Device Interface (GDI) region. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPGraphics.SetClipProp(IGPRegion)|procedure SetClipProp(region : IGPRegion)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.IntersectClipF(TGPRectF) : TGPGraphics|function IntersectClipF(rect : TGPRectF) : TGPGraphics]] - Updates the clipping region of this Graphics object to the portion of the specified rectangle that intersects with the current clipping region of this Graphics object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.IntersectClip(TGPRect) : TGPGraphics|function IntersectClip(rect : TGPRect) : TGPGraphics]] - Updates the clipping region of this Graphics object to the portion of the specified rectangle that intersects with the current clipping region of this Graphics object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.IntersectClip(IGPRegion) : TGPGraphics|function IntersectClip(region : IGPRegion) : TGPGraphics]] - Updates the clipping region of this Graphics object to the portion of the specified region that intersects with the current clipping region of this Graphics object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.ExcludeClipF(TGPRectF) : TGPGraphics|function ExcludeClipF(rect : TGPRectF) : TGPGraphics]] - Updates the clipping region to the portion of itself that does not intersect the specified rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.ExcludeClip(TGPRect) : TGPGraphics|function ExcludeClip(rect : TGPRect) : TGPGraphics]] - Updates the clipping region to the portion of itself that does not intersect the specified rectangle. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.ExcludeClip(IGPRegion) : TGPGraphics|function ExcludeClip(region : IGPRegion) : TGPGraphics]] - Updates the clipping region with the portion of itself that does not overlap the specified region. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.ResetClip() : TGPGraphics|function ResetClip() : TGPGraphics]] - Sets the clipping region of this Graphics object to an infinite region. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.TranslateClipF(Single;Single) : TGPGraphics|function TranslateClipF(dx : Single; dy : Single) : TGPGraphics]] - Translates the clipping region of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.TranslateClip(Integer;Integer) : TGPGraphics|function TranslateClip(dx : Integer; dy : Integer) : TGPGraphics]] - Translates the clipping region of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetClip() : IGPRegion|function GetClip() : IGPRegion]] - Returns the clipping region of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetClipBoundsF() : TGPRectF|function GetClipBoundsF() : TGPRectF]] - Returns a rectangle that encloses the clipping region of this Graphics object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetClipBounds() : TGPRect|function GetClipBounds() : TGPRect]] - Returns a rectangle that encloses the clipping region of this Graphics object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.IsClipEmpty() : Boolean|function IsClipEmpty() : Boolean]] - Determines whether the clipping region of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object is empty. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetVisibleClipBoundsF() : TGPRectF|function GetVisibleClipBoundsF() : TGPRectF]] - Returns a rectangle that encloses the visible clipping region of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.GetVisibleClipBounds() : TGPRect|function GetVisibleClipBounds() : TGPRect]] - Returns a rectangle that encloses the visible clipping region of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.IsVisibleClipEmpty() : Boolean|function IsVisibleClipEmpty() : Boolean]] - Determines whether the visible clipping region of the [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object is empty. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.IsVisible(Integer;Integer) : Boolean|function IsVisible(x : Integer; y : Integer) : Boolean]] - Determines whether the specified point is inside the visible clipping region of this [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.IsVisible(TGPPoint) : Boolean|function IsVisible(point : TGPPoint) : Boolean]] - Determines whether the specified point is inside the visible clipping region of this [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.IsVisible(Integer;Integer;Integer;Integer) : Boolean|function IsVisible(x : Integer; y : Integer; width : Integer; height : Integer) : Boolean]] - Determines whether the specified rectangle intersects the visible clipping region of this [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.IsVisible(TGPRect) : Boolean|function IsVisible(rect : TGPRect) : Boolean]] - Determines whether the specified rectangle intersects the visible clipping region of this [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.IsVisibleF(Single;Single) : Boolean|function IsVisibleF(x : Single; y : Single) : Boolean]] - Determines whether the specified point is inside the visible clipping region of this [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.IsVisibleF(TGPPointF) : Boolean|function IsVisibleF(point : TGPPointF) : Boolean]] - Determines whether the specified point is inside the visible clipping region of this [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.IsVisibleF(Single;Single;Single;Single) : Boolean|function IsVisibleF(x : Single; y : Single; width : Single; height : Single) : Boolean]] - Determines whether the specified rectangle intersects the visible clipping region of this [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.IsVisibleF(TGPRectF) : Boolean|function IsVisibleF(rect : TGPRectF) : Boolean]] - Determines whether the specified rectangle intersects the visible clipping region of this [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.Save() : TGPGraphicsState|function Save() : TGPGraphicsState]] - Saves the current state (transformations, clipping region, and quality settings) of this [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.Restore(TGPGraphicsState) : TGPGraphics|function Restore(gstate : TGPGraphicsState) : TGPGraphics]] - Sets the state of this [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object to the state stored by a previous call to the [[Class IGDIPlus.TGPGraphics|TGPGraphics]].[[Method function IGDIPlus.IGPGraphics.Save() : TGPGraphicsState|Save]] method of this [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.BeginContainerF(TGPRectF;TGPRectF;TGPUnit) : TGPGraphicsContainer|function BeginContainerF(dstrect : TGPRectF; srcrect : TGPRectF; unit_ : TGPUnit) : TGPGraphicsContainer]] - Begins a new graphics container. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.BeginContainer(TGPRect;TGPRect;TGPUnit) : TGPGraphicsContainer|function BeginContainer(dstrect : TGPRect; srcrect : TGPRect; unit_ : TGPUnit) : TGPGraphicsContainer]] - Begins a new graphics container. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.BeginContainer() : TGPGraphicsContainer|function BeginContainer() : TGPGraphicsContainer]] - Begins a new graphics container. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.EndContainer(TGPGraphicsContainer) : TGPGraphics|function EndContainer(state : TGPGraphicsContainer) : TGPGraphics]] - Closes a graphics container that was previously opened by the [[Method function IGDIPlus.IGPGraphics.BeginContainer(TGPRect;TGPRect;TGPUnit) : TGPGraphicsContainer|BeginContainer]] method. &lt;br /&gt;
*[[Method function IGDIPlus.IGPGraphics.AddMetafileComment(array) : TGPGraphics|function AddMetafileComment(data : array) : TGPGraphics]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Interfaces]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>