<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://mitov.com/wiki/skins/common/feed.css?301"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Class_IGDIPlus.TGPGraphics</id>
		<title>Class IGDIPlus.TGPGraphics - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Class_IGDIPlus.TGPGraphics"/>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPGraphics&amp;action=history"/>
		<updated>2026-05-13T21:59:22Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.17.0</generator>

	<entry>
		<id>https://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPGraphics&amp;diff=11120&amp;oldid=prev</id>
		<title>David Alm: Automated Syncronization with Documentation</title>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPGraphics&amp;diff=11120&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:32Z</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;
'''Inherits:''' [[Class IGDIPlus.TGPBase|TGPBase]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' TGPGraphics = '''class'''( [[Class IGDIPlus.TGPBase|TGPBase, IGPGraphics, IGPTransformable]] )&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
=== C++ Builder: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''class''' TGPGraphics : '''public''' [[Class IGDIPlus.TGPBase|TGPBase]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
=== Visual C++ (MFC): ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''class''' CTGPGraphics : '''public''' [[Class IGDIPlus.TGPBase|CTGPBase]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
=== C# (.NET): ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''public ref class''' TGPGraphics : [[Class IGDIPlus.TGPBase|Mitov.SignalLab.Base]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Provides methods for drawing lines, curves, figures, images, and text. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
The [[Class IGDIPlus.TGPGraphics|TGPGraphics]] class provides methods for drawing lines,&lt;br /&gt;
curves, figures, images, and text. A Graphics object stores&lt;br /&gt;
attributes of the display device and attributes of the items&lt;br /&gt;
to be drawn.&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FromCanvas(TCanvas) : TGPGraphics|function FromCanvas(canvas : TCanvas) : TGPGraphics]] - Creates a [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object that is associated with a specified VCL Canvas. &lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FromHDC(HDC) : TGPGraphics|function FromHDC(ahdc : HDC) : TGPGraphics]] - Creates a [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object that is associated with a specified device context. &lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FromHDC(HDC;THandle) : TGPGraphics|function FromHDC(ahdc : HDC; hdevice : THandle) : TGPGraphics]] - Creates a [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object that is associated with a specified device context and a specified device. &lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FromHWND(HWND;Boolean) : TGPGraphics|function FromHWND(hwnd : HWND; icm : Boolean) : TGPGraphics]] - Creates a [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object that is associated with a specified window. &lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FromImage(IGPImage) : TGPGraphics|function FromImage(image : IGPImage) : TGPGraphics]] - Creates a [[Class IGDIPlus.TGPGraphics|TGPGraphics]] object that is associated with a specified [[Class IGDIPlus.TGPImage|TGPImage]] object. &lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.Flush(TGPFlushIntention) : TGPGraphics|function Flush(intention : TGPFlushIntention) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetHDC() : HDC|function GetHDC() : HDC]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.ReleaseHDC(HDC) : TGPGraphics|function ReleaseHDC(ahdc : HDC) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.SetRenderingOrigin(TGPPoint) : TGPGraphics|function SetRenderingOrigin(point : TGPPoint) : TGPGraphics]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPGraphics.SetRenderingOriginProp(TGPPoint)|procedure SetRenderingOriginProp(point : TGPPoint)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetRenderingOrigin() : TGPPoint|function GetRenderingOrigin() : TGPPoint]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.SetCompositingMode(TGPCompositingMode) : TGPGraphics|function SetCompositingMode(compositingMode : TGPCompositingMode) : TGPGraphics]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPGraphics.SetCompositingModeProp(TGPCompositingMode)|procedure SetCompositingModeProp(compositingMode : TGPCompositingMode)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetCompositingMode() : TGPCompositingMode|function GetCompositingMode() : TGPCompositingMode]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.SetCompositingQuality(TGPCompositingQuality) : TGPGraphics|function SetCompositingQuality(compositingQuality : TGPCompositingQuality) : TGPGraphics]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPGraphics.SetCompositingQualityProp(TGPCompositingQuality)|procedure SetCompositingQualityProp(compositingQuality : TGPCompositingQuality)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetCompositingQuality() : TGPCompositingQuality|function GetCompositingQuality() : TGPCompositingQuality]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.SetTextRenderingHint(TGPTextRenderingHint) : TGPGraphics|function SetTextRenderingHint(newMode : TGPTextRenderingHint) : TGPGraphics]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPGraphics.SetTextRenderingHintProp(TGPTextRenderingHint)|procedure SetTextRenderingHintProp(newMode : TGPTextRenderingHint)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetTextRenderingHint() : TGPTextRenderingHint|function GetTextRenderingHint() : TGPTextRenderingHint]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.SetTextContrast(Cardinal) : TGPGraphics|function SetTextContrast(contrast : Cardinal) : TGPGraphics]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPGraphics.SetTextContrastProp(Cardinal)|procedure SetTextContrastProp(contrast : Cardinal)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetTextContrast() : Cardinal|function GetTextContrast() : Cardinal]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetInterpolationMode() : TGPInterpolationMode|function GetInterpolationMode() : TGPInterpolationMode]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.SetInterpolationMode(TGPInterpolationMode) : TGPGraphics|function SetInterpolationMode(interpolationMode : TGPInterpolationMode) : TGPGraphics]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPGraphics.SetInterpolationModeProp(TGPInterpolationMode)|procedure SetInterpolationModeProp(interpolationMode : TGPInterpolationMode)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetSmoothingMode() : TGPSmoothingMode|function GetSmoothingMode() : TGPSmoothingMode]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.SetSmoothingMode(TGPSmoothingMode) : TGPGraphics|function SetSmoothingMode(smoothingMode : TGPSmoothingMode) : TGPGraphics]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPGraphics.SetSmoothingModeProp(TGPSmoothingMode)|procedure SetSmoothingModeProp(smoothingMode : TGPSmoothingMode)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetPixelOffsetMode() : TGPPixelOffsetMode|function GetPixelOffsetMode() : TGPPixelOffsetMode]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.SetPixelOffsetMode(TGPPixelOffsetMode) : TGPGraphics|function SetPixelOffsetMode(pixelOffsetMode : TGPPixelOffsetMode) : TGPGraphics]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPGraphics.SetPixelOffsetModeProp(TGPPixelOffsetMode)|procedure SetPixelOffsetModeProp(pixelOffsetMode : TGPPixelOffsetMode)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.SetTransform(IGPMatrix) : TGPGraphics|function SetTransform(matrix : IGPMatrix) : TGPGraphics]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPGraphics.SetTransformProp(IGPMatrix)|procedure SetTransformProp(matrix : IGPMatrix)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.ResetTransform() : TGPGraphics|function ResetTransform() : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.MultiplyTransform(IGPMatrix;TGPMatrixOrder) : TGPGraphics|function MultiplyTransform(matrix : IGPMatrix; order : TGPMatrixOrder) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.TranslateTransform(Single;Single;TGPMatrixOrder) : TGPGraphics|function TranslateTransform(dx : Single; dy : Single; order : TGPMatrixOrder) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.ScaleTransform(Single;Single;TGPMatrixOrder) : TGPGraphics|function ScaleTransform(sx : Single; sy : Single; order : TGPMatrixOrder) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.RotateTransform(Single;TGPMatrixOrder) : TGPGraphics|function RotateTransform(angle : Single; order : TGPMatrixOrder) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetTransform() : IGPMatrix|function GetTransform() : IGPMatrix]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.SetPageUnit(TGPUnit) : TGPGraphics|function SetPageUnit(unit_ : TGPUnit) : TGPGraphics]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPGraphics.SetPageUnitProp(TGPUnit)|procedure SetPageUnitProp(unit_ : TGPUnit)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.SetPageScale(Single) : TGPGraphics|function SetPageScale(scale : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPGraphics.SetPageScaleProp(Single)|procedure SetPageScaleProp(scale : Single)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetPageUnit() : TGPUnit|function GetPageUnit() : TGPUnit]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetPageScale() : Single|function GetPageScale() : Single]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetDpiX() : Single|function GetDpiX() : Single]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetDpiY() : Single|function GetDpiY() : Single]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.TransformPoints(TGPCoordinateSpace;TGPCoordinateSpace;array) : TGPGraphics|function TransformPoints(destSpace : TGPCoordinateSpace; srcSpace : TGPCoordinateSpace; var pts : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.TransformPoints(TGPCoordinateSpace;TGPCoordinateSpace;array) : TGPGraphics|function TransformPoints(destSpace : TGPCoordinateSpace; srcSpace : TGPCoordinateSpace; var pts : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetNearestColor(TGPColor) : TGPColor|function GetNearestColor(AColor : TGPColor) : TGPColor]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawLineF(IGPPen;Single;Single;Single;Single) : TGPGraphics|function DrawLineF(pen : IGPPen; x1 : Single; y1 : Single; x2 : Single; y2 : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawLineF(IGPPen;TGPPointF;TGPPointF) : TGPGraphics|function DrawLineF(pen : IGPPen; pt1 : TGPPointF; pt2 : TGPPointF) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawLinesF(IGPPen;array) : TGPGraphics|function DrawLinesF(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawLine(IGPPen;Integer;Integer;Integer;Integer) : TGPGraphics|function DrawLine(pen : IGPPen; x1 : Integer; y1 : Integer; x2 : Integer; y2 : Integer) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawLine(IGPPen;TGPPoint;TGPPoint) : TGPGraphics|function DrawLine(pen : IGPPen; pt1 : TGPPoint; pt2 : TGPPoint) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawLines(IGPPen;array) : TGPGraphics|function DrawLines(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawArcF(IGPPen;TGPRectF;Single;Single) : TGPGraphics|function DrawArcF(pen : IGPPen; rect : TGPRectF; startAngle : Single; sweepAngle : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawArc(IGPPen;TGPRect;Single;Single) : TGPGraphics|function DrawArc(pen : IGPPen; rect : TGPRect; startAngle : Single; sweepAngle : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawBezierF(IGPPen;TGPPointF;TGPPointF;TGPPointF;TGPPointF) : TGPGraphics|function DrawBezierF(pen : IGPPen; pt1 : TGPPointF; pt2 : TGPPointF; pt3 : TGPPointF; pt4 : TGPPointF) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawBeziersF(IGPPen;array) : TGPGraphics|function DrawBeziersF(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawBezier(IGPPen;TGPPoint;TGPPoint;TGPPoint;TGPPoint) : TGPGraphics|function DrawBezier(pen : IGPPen; pt1 : TGPPoint; pt2 : TGPPoint; pt3 : TGPPoint; pt4 : TGPPoint) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawBeziers(IGPPen;array) : TGPGraphics|function DrawBeziers(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawRectangleF(IGPPen;TGPRectF) : TGPGraphics|function DrawRectangleF(pen : IGPPen; rect : TGPRectF) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawRectangleF(IGPPen;Single;Single;Single;Single) : TGPGraphics|function DrawRectangleF(pen : IGPPen; x : Single; y : Single; width : Single; height : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawRectanglesF(IGPPen;array) : TGPGraphics|function DrawRectanglesF(pen : IGPPen; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawRectangle(IGPPen;TGPRect) : TGPGraphics|function DrawRectangle(pen : IGPPen; rect : TGPRect) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawRectangle(IGPPen;Integer;Integer;Integer;Integer) : TGPGraphics|function DrawRectangle(pen : IGPPen; x : Integer; y : Integer; width : Integer; height : Integer) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawRectangles(IGPPen;array) : TGPGraphics|function DrawRectangles(pen : IGPPen; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawRectangleF(IGPPen;IGPBrush;TGPRectF) : TGPGraphics|function DrawRectangleF(pen : IGPPen; brush : IGPBrush; rect : TGPRectF) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawRectangleF(IGPPen;IGPBrush;Single;Single;Single;Single) : TGPGraphics|function DrawRectangleF(pen : IGPPen; brush : IGPBrush; x : Single; y : Single; width : Single; height : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawRectanglesF(IGPPen;IGPBrush;array) : TGPGraphics|function DrawRectanglesF(pen : IGPPen; brush : IGPBrush; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawRectangle(IGPPen;IGPBrush;TGPRect) : TGPGraphics|function DrawRectangle(pen : IGPPen; brush : IGPBrush; rect : TGPRect) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawRectangle(IGPPen;IGPBrush;Integer;Integer;Integer;Integer) : TGPGraphics|function DrawRectangle(pen : IGPPen; brush : IGPBrush; x : Integer; y : Integer; width : Integer; height : Integer) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawRectangles(IGPPen;IGPBrush;array) : TGPGraphics|function DrawRectangles(pen : IGPPen; brush : IGPBrush; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawRoundRectangleF(IGPPen;TGPRectF;TGPSizeF) : TGPGraphics|function DrawRoundRectangleF(pen : IGPPen; rect : TGPRectF; ACornerSize : TGPSizeF) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawRoundRectangle(IGPPen;TGPRect;TGPSize) : TGPGraphics|function DrawRoundRectangle(pen : IGPPen; rect : TGPRect; ACornerSize : TGPSize) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawRoundRectangleF(IGPPen;IGPBrush;TGPRectF;TGPSizeF) : TGPGraphics|function DrawRoundRectangleF(pen : IGPPen; brush : IGPBrush; rect : TGPRectF; ACornerSize : TGPSizeF) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawRoundRectangle(IGPPen;IGPBrush;TGPRect;TGPSize) : TGPGraphics|function DrawRoundRectangle(pen : IGPPen; brush : IGPBrush; rect : TGPRect; ACornerSize : TGPSize) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawEllipseF(IGPPen;TGPRectF) : TGPGraphics|function DrawEllipseF(pen : IGPPen; rect : TGPRectF) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawEllipseF(IGPPen;Single;Single;Single;Single) : TGPGraphics|function DrawEllipseF(pen : IGPPen; x : Single; y : Single; width : Single; height : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawEllipsesF(IGPPen;array) : TGPGraphics|function DrawEllipsesF(pen : IGPPen; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawEllipse(IGPPen;TGPRect) : TGPGraphics|function DrawEllipse(pen : IGPPen; rect : TGPRect) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawEllipse(IGPPen;Integer;Integer;Integer;Integer) : TGPGraphics|function DrawEllipse(pen : IGPPen; x : Integer; y : Integer; width : Integer; height : Integer) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawEllipses(IGPPen;array) : TGPGraphics|function DrawEllipses(pen : IGPPen; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawEllipseF(IGPPen;IGPBrush;TGPRectF) : TGPGraphics|function DrawEllipseF(pen : IGPPen; brush : IGPBrush; rect : TGPRectF) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawEllipseF(IGPPen;IGPBrush;Single;Single;Single;Single) : TGPGraphics|function DrawEllipseF(pen : IGPPen; brush : IGPBrush; x : Single; y : Single; width : Single; height : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawEllipsesF(IGPPen;IGPBrush;array) : TGPGraphics|function DrawEllipsesF(pen : IGPPen; brush : IGPBrush; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawEllipse(IGPPen;IGPBrush;TGPRect) : TGPGraphics|function DrawEllipse(pen : IGPPen; brush : IGPBrush; rect : TGPRect) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawEllipse(IGPPen;IGPBrush;Integer;Integer;Integer;Integer) : TGPGraphics|function DrawEllipse(pen : IGPPen; brush : IGPBrush; x : Integer; y : Integer; width : Integer; height : Integer) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawEllipses(IGPPen;IGPBrush;array) : TGPGraphics|function DrawEllipses(pen : IGPPen; brush : IGPBrush; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawPieF(IGPPen;TGPRectF;Single;Single) : TGPGraphics|function DrawPieF(pen : IGPPen; rect : TGPRectF; startAngle : Single; sweepAngle : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawPie(IGPPen;TGPRect;Single;Single) : TGPGraphics|function DrawPie(pen : IGPPen; rect : TGPRect; startAngle : Single; sweepAngle : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawPieF(IGPPen;IGPBrush;TGPRectF;Single;Single) : TGPGraphics|function DrawPieF(pen : IGPPen; brush : IGPBrush; rect : TGPRectF; startAngle : Single; sweepAngle : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawPie(IGPPen;IGPBrush;TGPRect;Single;Single) : TGPGraphics|function DrawPie(pen : IGPPen; brush : IGPBrush; rect : TGPRect; startAngle : Single; sweepAngle : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawPolygonF(IGPPen;array) : TGPGraphics|function DrawPolygonF(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawPolygon(IGPPen;array) : TGPGraphics|function DrawPolygon(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawPolygonF(IGPPen;IGPBrush;array) : TGPGraphics|function DrawPolygonF(pen : IGPPen; brush : IGPBrush; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawPolygonF(IGPPen;IGPBrush;array;TGPFillMode) : TGPGraphics|function DrawPolygonF(pen : IGPPen; brush : IGPBrush; points : array; fillMode : TGPFillMode) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawPolygon(IGPPen;IGPBrush;array) : TGPGraphics|function DrawPolygon(pen : IGPPen; brush : IGPBrush; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawPolygon(IGPPen;IGPBrush;array;TGPFillMode) : TGPGraphics|function DrawPolygon(pen : IGPPen; brush : IGPBrush; points : array; fillMode : TGPFillMode) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawPath(IGPPen;IGPGraphicsPath) : TGPGraphics|function DrawPath(pen : IGPPen; path : IGPGraphicsPath) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawPath(IGPPen;IGPBrush;IGPGraphicsPath) : TGPGraphics|function DrawPath(pen : IGPPen; brush : IGPBrush; path : IGPGraphicsPath) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawCurveF(IGPPen;array) : TGPGraphics|function DrawCurveF(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawCurveF(IGPPen;array;Single) : TGPGraphics|function DrawCurveF(pen : IGPPen; points : array; tension : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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.TGPGraphics.DrawCurve(IGPPen;array) : TGPGraphics|function DrawCurve(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawCurve(IGPPen;array;Single) : TGPGraphics|function DrawCurve(pen : IGPPen; points : array; tension : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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.TGPGraphics.DrawClosedCurveF(IGPPen;array) : TGPGraphics|function DrawClosedCurveF(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawClosedCurveF(IGPPen;array;Single) : TGPGraphics|function DrawClosedCurveF(pen : IGPPen; points : array; tension : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawClosedCurve(IGPPen;array) : TGPGraphics|function DrawClosedCurve(pen : IGPPen; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawClosedCurve(IGPPen;array;Single) : TGPGraphics|function DrawClosedCurve(pen : IGPPen; points : array; tension : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawClosedCurveF(IGPPen;IGPBrush;array) : TGPGraphics|function DrawClosedCurveF(pen : IGPPen; brush : IGPBrush; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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.TGPGraphics.DrawClosedCurve(IGPPen;IGPBrush;array) : TGPGraphics|function DrawClosedCurve(pen : IGPPen; brush : IGPBrush; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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.TGPGraphics.Clear(TGPColor) : TGPGraphics|function Clear(color : TGPColor) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillRectangleF(IGPBrush;TGPRectF) : TGPGraphics|function FillRectangleF(brush : IGPBrush; rect : TGPRectF) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillRectangleF(IGPBrush;Single;Single;Single;Single) : TGPGraphics|function FillRectangleF(brush : IGPBrush; x : Single; y : Single; width : Single; height : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillRectanglesF(IGPBrush;array) : TGPGraphics|function FillRectanglesF(brush : IGPBrush; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillRectangle(IGPBrush;TGPRect) : TGPGraphics|function FillRectangle(brush : IGPBrush; rect : TGPRect) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillRectangle(IGPBrush;Integer;Integer;Integer;Integer) : TGPGraphics|function FillRectangle(brush : IGPBrush; x : Integer; y : Integer; width : Integer; height : Integer) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillRectangles(IGPBrush;array) : TGPGraphics|function FillRectangles(brush : IGPBrush; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillRoundRectangleF(IGPBrush;TGPRectF;TGPSizeF) : TGPGraphics|function FillRoundRectangleF(brush : IGPBrush; rect : TGPRectF; ACornerSize : TGPSizeF) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillRoundRectangle(IGPBrush;TGPRect;TGPSize) : TGPGraphics|function FillRoundRectangle(brush : IGPBrush; rect : TGPRect; ACornerSize : TGPSize) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillPolygonF(IGPBrush;array) : TGPGraphics|function FillPolygonF(brush : IGPBrush; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillPolygonF(IGPBrush;array;TGPFillMode) : TGPGraphics|function FillPolygonF(brush : IGPBrush; points : array; fillMode : TGPFillMode) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillPolygon(IGPBrush;array) : TGPGraphics|function FillPolygon(brush : IGPBrush; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillPolygon(IGPBrush;array;TGPFillMode) : TGPGraphics|function FillPolygon(brush : IGPBrush; points : array; fillMode : TGPFillMode) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillEllipseF(IGPBrush;TGPRectF) : TGPGraphics|function FillEllipseF(brush : IGPBrush; rect : TGPRectF) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillEllipseF(IGPBrush;Single;Single;Single;Single) : TGPGraphics|function FillEllipseF(brush : IGPBrush; x : Single; y : Single; width : Single; height : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillEllipsesF(IGPBrush;array) : TGPGraphics|function FillEllipsesF(brush : IGPBrush; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillEllipse(IGPBrush;TGPRect) : TGPGraphics|function FillEllipse(brush : IGPBrush; rect : TGPRect) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillEllipse(IGPBrush;Integer;Integer;Integer;Integer) : TGPGraphics|function FillEllipse(brush : IGPBrush; x : Integer; y : Integer; width : Integer; height : Integer) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillEllipses(IGPBrush;array) : TGPGraphics|function FillEllipses(brush : IGPBrush; rects : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillPieF(IGPBrush;TGPRectF;Single;Single) : TGPGraphics|function FillPieF(brush : IGPBrush; rect : TGPRectF; startAngle : Single; sweepAngle : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillPie(IGPBrush;TGPRect;Single;Single) : TGPGraphics|function FillPie(brush : IGPBrush; rect : TGPRect; startAngle : Single; sweepAngle : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillPath(IGPBrush;IGPGraphicsPath) : TGPGraphics|function FillPath(brush : IGPBrush; path : IGPGraphicsPath) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillClosedCurveF(IGPBrush;array) : TGPGraphics|function FillClosedCurveF(brush : IGPBrush; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillClosedCurveF(IGPBrush;array;TGPFillMode;Single) : TGPGraphics|function FillClosedCurveF(brush : IGPBrush; points : array; fillMode : TGPFillMode; tension : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillClosedCurve(IGPBrush;array) : TGPGraphics|function FillClosedCurve(brush : IGPBrush; points : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillClosedCurve(IGPBrush;array;TGPFillMode;Single) : TGPGraphics|function FillClosedCurve(brush : IGPBrush; points : array; fillMode : TGPFillMode; tension : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.FillRegion(IGPBrush;IGPRegion) : TGPGraphics|function FillRegion(brush : IGPBrush; region : IGPRegion) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawStringF(WideString;IGPFont;TGPRectF;IGPStringFormat;IGPBrush) : TGPGraphics|function DrawStringF(string_ : WideString; font : IGPFont; layoutRect : TGPRectF; stringFormat : IGPStringFormat; brush : IGPBrush) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawStringF(WideString;IGPFont;TGPRectF;IGPBrush) : TGPGraphics|function DrawStringF(string_ : WideString; font : IGPFont; layoutRect : TGPRectF; brush : IGPBrush) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawStringF(WideString;IGPFont;TGPPointF;IGPBrush) : TGPGraphics|function DrawStringF(string_ : WideString; font : IGPFont; origin : TGPPointF; brush : IGPBrush) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawStringF(WideString;IGPFont;TGPPointF;IGPStringFormat;IGPBrush) : TGPGraphics|function DrawStringF(string_ : WideString; font : IGPFont; origin : TGPPointF; stringFormat : IGPStringFormat; brush : IGPBrush) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawString(WideString;IGPFont;TGPRect;IGPStringFormat;IGPBrush) : TGPGraphics|function DrawString(string_ : WideString; font : IGPFont; layoutRect : TGPRect; stringFormat : IGPStringFormat; brush : IGPBrush) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawString(WideString;IGPFont;TGPRect;IGPBrush) : TGPGraphics|function DrawString(string_ : WideString; font : IGPFont; layoutRect : TGPRect; brush : IGPBrush) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawString(WideString;IGPFont;TGPPoint;IGPBrush) : TGPGraphics|function DrawString(string_ : WideString; font : IGPFont; origin : TGPPoint; brush : IGPBrush) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawString(WideString;IGPFont;TGPPoint;IGPStringFormat;IGPBrush) : TGPGraphics|function DrawString(string_ : WideString; font : IGPFont; origin : TGPPoint; stringFormat : IGPStringFormat; brush : IGPBrush) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetStringSizeF(WideString;IGPFont;IGPStringFormat) : TGPSizeF|function GetStringSizeF(string_ : WideString; font : IGPFont; stringFormat : IGPStringFormat) : TGPSizeF]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetStringSizeF(WideString;IGPFont;TGPSizeF;IGPStringFormat;PInteger;PInteger) : TGPSizeF|function GetStringSizeF(string_ : WideString; font : IGPFont; layoutRectSize : TGPSizeF; stringFormat : IGPStringFormat; codepointsFitted : PInteger; linesFilled : PInteger) : TGPSizeF]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetStringBoundingBoxF(WideString;IGPFont;TGPRectF;IGPStringFormat;PInteger;PInteger) : TGPRectF|function GetStringBoundingBoxF(string_ : WideString; font : IGPFont; layoutRect : TGPRectF; stringFormat : IGPStringFormat; codepointsFitted : PInteger; linesFilled : PInteger) : TGPRectF]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetStringBoundingBoxF(WideString;IGPFont;TGPPointF;IGPStringFormat) : TGPRectF|function GetStringBoundingBoxF(string_ : WideString; font : IGPFont; origin : TGPPointF; stringFormat : IGPStringFormat) : TGPRectF]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetStringBoundingBoxF(WideString;IGPFont;TGPRectF) : TGPRectF|function GetStringBoundingBoxF(string_ : WideString; font : IGPFont; layoutRect : TGPRectF) : TGPRectF]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetStringBoundingBoxF(WideString;IGPFont;TGPPointF) : TGPRectF|function GetStringBoundingBoxF(string_ : WideString; font : IGPFont; origin : TGPPointF) : TGPRectF]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.MeasureStringF(WideString;IGPFont;IGPStringFormat) : TGPSizeF|function MeasureStringF(string_ : WideString; font : IGPFont; stringFormat : IGPStringFormat) : TGPSizeF]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.MeasureStringF(WideString;IGPFont;TGPSizeF;IGPStringFormat;PInteger;PInteger) : TGPSizeF|function MeasureStringF(string_ : WideString; font : IGPFont; layoutRectSize : TGPSizeF; stringFormat : IGPStringFormat; codepointsFitted : PInteger; linesFilled : PInteger) : TGPSizeF]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.MeasureStringF(WideString;IGPFont;TGPRectF;IGPStringFormat;PInteger;PInteger) : TGPRectF|function MeasureStringF(string_ : WideString; font : IGPFont; layoutRect : TGPRectF; stringFormat : IGPStringFormat; codepointsFitted : PInteger; linesFilled : PInteger) : TGPRectF]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.MeasureStringF(WideString;IGPFont;TGPPointF;IGPStringFormat) : TGPRectF|function MeasureStringF(string_ : WideString; font : IGPFont; origin : TGPPointF; stringFormat : IGPStringFormat) : TGPRectF]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.MeasureStringF(WideString;IGPFont;TGPRectF) : TGPRectF|function MeasureStringF(string_ : WideString; font : IGPFont; layoutRect : TGPRectF) : TGPRectF]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.MeasureStringF(WideString;IGPFont;TGPPointF) : TGPRectF|function MeasureStringF(string_ : WideString; font : IGPFont; origin : TGPPointF) : TGPRectF]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.MeasureCharacterRangesF(WideString;IGPFont;TGPRectF;IGPStringFormat) : TGPRegionArray|function MeasureCharacterRangesF(string_ : WideString; font : IGPFont; layoutRect : TGPRectF; stringFormat : IGPStringFormat) : TGPRegionArray]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.MeasureCharacterRangesF(WideString;IGPFont;TGPPointF;IGPStringFormat) : TGPRegionArray|function MeasureCharacterRangesF(string_ : WideString; font : IGPFont; origin : TGPPointF; stringFormat : IGPStringFormat) : TGPRegionArray]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.MeasureCharacterRangesF(WideString;IGPFont;IGPStringFormat) : TGPRegionArray|function MeasureCharacterRangesF(string_ : WideString; font : IGPFont; stringFormat : IGPStringFormat) : TGPRegionArray]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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.TGPGraphics.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.TGPGraphics.MeasureCharacterRangesF(WideString;IGPFont;array;IGPStringFormat) : TGPRegionArray|function MeasureCharacterRangesF(string_ : WideString; font : IGPFont; ranges : array; stringFormat : IGPStringFormat) : TGPRegionArray]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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.TGPGraphics.DrawCachedBitmap(IGPCachedBitmap;Integer;Integer) : TGPGraphics|function DrawCachedBitmap(cb : IGPCachedBitmap; x : Integer; y : Integer) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawImageF(IGPImage;TGPPointF) : TGPGraphics|function DrawImageF(image : IGPImage; point : TGPPointF) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawImageF(IGPImage;Single;Single) : TGPGraphics|function DrawImageF(image : IGPImage; x : Single; y : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawImageF(IGPImage;TGPRectF) : TGPGraphics|function DrawImageF(image : IGPImage; rect : TGPRectF) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawImageF(IGPImage;Single;Single;Single;Single) : TGPGraphics|function DrawImageF(image : IGPImage; x : Single; y : Single; width : Single; height : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawImage(IGPImage;TGPPoint) : TGPGraphics|function DrawImage(image : IGPImage; point : TGPPoint) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawImage(IGPImage;Integer;Integer) : TGPGraphics|function DrawImage(image : IGPImage; x : Integer; y : Integer) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawImage(IGPImage;TGPRect) : TGPGraphics|function DrawImage(image : IGPImage; rect : TGPRect) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawImage(IGPImage;Integer;Integer;Integer;Integer) : TGPGraphics|function DrawImage(image : IGPImage; x : Integer; y : Integer; width : Integer; height : Integer) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawImageF(IGPImage;TGPPointF;Single) : TGPGraphics|function DrawImageF(image : IGPImage; point : TGPPointF; Opacity : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawImageF(IGPImage;Single;Single;Single) : TGPGraphics|function DrawImageF(image : IGPImage; x : Single; y : Single; Opacity : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawImageF(IGPImage;TGPRectF;Single) : TGPGraphics|function DrawImageF(image : IGPImage; rect : TGPRectF; Opacity : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawImageF(IGPImage;Single;Single;Single;Single;Single) : TGPGraphics|function DrawImageF(image : IGPImage; x : Single; y : Single; width : Single; height : Single; Opacity : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawImage(IGPImage;TGPPoint;Single) : TGPGraphics|function DrawImage(image : IGPImage; point : TGPPoint; Opacity : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawImage(IGPImage;Integer;Integer;Single) : TGPGraphics|function DrawImage(image : IGPImage; x : Integer; y : Integer; Opacity : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawImage(IGPImage;TGPRect;Single) : TGPGraphics|function DrawImage(image : IGPImage; rect : TGPRect; Opacity : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawImage(IGPImage;Integer;Integer;Integer;Integer;Single) : TGPGraphics|function DrawImage(image : IGPImage; x : Integer; y : Integer; width : Integer; height : Integer; Opacity : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawImageF(IGPImage;array) : TGPGraphics|function DrawImageF(image : IGPImage; destPoints : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.DrawImage(IGPImage;array) : TGPGraphics|function DrawImage(image : IGPImage; destPoints : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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.TGPGraphics.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]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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.TGPGraphics.EnumerateMetafileF(IGPMetafile;TGPPointF;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafileF(metafile : IGPMetafile; destPoint : TGPPointF; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.EnumerateMetafile(IGPMetafile;TGPPoint;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafile(metafile : IGPMetafile; destPoint : TGPPoint; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.EnumerateMetafileF(IGPMetafile;TGPRectF;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafileF(metafile : IGPMetafile; destRect : TGPRectF; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.EnumerateMetafile(IGPMetafile;TGPRect;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafile(metafile : IGPMetafile; destRect : TGPRect; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.EnumerateMetafileF(IGPMetafile;array;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafileF(metafile : IGPMetafile; destPoints : array; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.EnumerateMetafile(IGPMetafile;array;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafile(metafile : IGPMetafile; destPoints : array; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.EnumerateMetafileF(IGPMetafile;TGPPointF;TGPRectF;TGPUnit;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafileF(metafile : IGPMetafile; destPoint : TGPPointF; srcRect : TGPRectF; srcUnit : TGPUnit; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.EnumerateMetafile(IGPMetafile;TGPPoint;TGPRect;TGPUnit;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafile(metafile : IGPMetafile; destPoint : TGPPoint; srcRect : TGPRect; srcUnit : TGPUnit; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.EnumerateMetafileF(IGPMetafile;TGPRectF;TGPRectF;TGPUnit;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafileF(metafile : IGPMetafile; destRect : TGPRectF; srcRect : TGPRectF; srcUnit : TGPUnit; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.EnumerateMetafile(IGPMetafile;TGPRect;TGPRect;TGPUnit;TGPEnumerateMetafileProc;IGPImageAttributes) : TGPGraphics|function EnumerateMetafile(metafile : IGPMetafile; destRect : TGPRect; srcRect : TGPRect; srcUnit : TGPUnit; callback : TGPEnumerateMetafileProc; imageAttributes : IGPImageAttributes) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.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.TGPGraphics.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.TGPGraphics.SetClip(IGPGraphics;TGPCombineMode) : TGPGraphics|function SetClip(g : IGPGraphics; combineMode : TGPCombineMode) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.SetClipF(TGPRectF;TGPCombineMode) : TGPGraphics|function SetClipF(rect : TGPRectF; combineMode : TGPCombineMode) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.SetClip(TGPRect;TGPCombineMode) : TGPGraphics|function SetClip(rect : TGPRect; combineMode : TGPCombineMode) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.SetClip(IGPGraphicsPath;TGPCombineMode) : TGPGraphics|function SetClip(path : IGPGraphicsPath; combineMode : TGPCombineMode) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.SetClip(IGPRegion;TGPCombineMode) : TGPGraphics|function SetClip(region : IGPRegion; combineMode : TGPCombineMode) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.SetClip(HRGN;TGPCombineMode) : TGPGraphics|function SetClip(hRgn : HRGN; combineMode : TGPCombineMode) : TGPGraphics]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPGraphics.SetClipProp(IGPRegion)|procedure SetClipProp(region : IGPRegion)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.IntersectClipF(TGPRectF) : TGPGraphics|function IntersectClipF(rect : TGPRectF) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.IntersectClip(TGPRect) : TGPGraphics|function IntersectClip(rect : TGPRect) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.IntersectClip(IGPRegion) : TGPGraphics|function IntersectClip(region : IGPRegion) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.ExcludeClipF(TGPRectF) : TGPGraphics|function ExcludeClipF(rect : TGPRectF) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.ExcludeClip(TGPRect) : TGPGraphics|function ExcludeClip(rect : TGPRect) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.ExcludeClip(IGPRegion) : TGPGraphics|function ExcludeClip(region : IGPRegion) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.ResetClip() : TGPGraphics|function ResetClip() : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.TranslateClipF(Single;Single) : TGPGraphics|function TranslateClipF(dx : Single; dy : Single) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.TranslateClip(Integer;Integer) : TGPGraphics|function TranslateClip(dx : Integer; dy : Integer) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetClip() : IGPRegion|function GetClip() : IGPRegion]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetClipBoundsF() : TGPRectF|function GetClipBoundsF() : TGPRectF]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetClipBounds() : TGPRect|function GetClipBounds() : TGPRect]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.IsClipEmpty() : Boolean|function IsClipEmpty() : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetVisibleClipBoundsF() : TGPRectF|function GetVisibleClipBoundsF() : TGPRectF]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetVisibleClipBounds() : TGPRect|function GetVisibleClipBounds() : TGPRect]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.IsVisibleClipEmpty() : Boolean|function IsVisibleClipEmpty() : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.IsVisible(Integer;Integer) : Boolean|function IsVisible(x : Integer; y : Integer) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.IsVisible(TGPPoint) : Boolean|function IsVisible(point : TGPPoint) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.IsVisible(Integer;Integer;Integer;Integer) : Boolean|function IsVisible(x : Integer; y : Integer; width : Integer; height : Integer) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.IsVisible(TGPRect) : Boolean|function IsVisible(rect : TGPRect) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.IsVisibleF(Single;Single) : Boolean|function IsVisibleF(x : Single; y : Single) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.IsVisibleF(TGPPointF) : Boolean|function IsVisibleF(point : TGPPointF) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.IsVisibleF(Single;Single;Single;Single) : Boolean|function IsVisibleF(x : Single; y : Single; width : Single; height : Single) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.IsVisibleF(TGPRectF) : Boolean|function IsVisibleF(rect : TGPRectF) : Boolean]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.Save() : TGPGraphicsState|function Save() : TGPGraphicsState]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.Restore(TGPGraphicsState) : TGPGraphics|function Restore(gstate : TGPGraphicsState) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.BeginContainerF(TGPRectF;TGPRectF;TGPUnit) : TGPGraphicsContainer|function BeginContainerF(dstrect : TGPRectF; srcrect : TGPRectF; unit_ : TGPUnit) : TGPGraphicsContainer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.BeginContainer(TGPRect;TGPRect;TGPUnit) : TGPGraphicsContainer|function BeginContainer(dstrect : TGPRect; srcrect : TGPRect; unit_ : TGPUnit) : TGPGraphicsContainer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.BeginContainer() : TGPGraphicsContainer|function BeginContainer() : TGPGraphicsContainer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.EndContainer(TGPGraphicsContainer) : TGPGraphics|function EndContainer(state : TGPGraphicsContainer) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.AddMetafileComment(array) : TGPGraphics|function AddMetafileComment(data : array) : TGPGraphics]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPGraphics.GetHalftonePalette() : HPALETTE|function GetHalftonePalette() : HPALETTE]] - Returns a Windows halftone palette. &lt;br /&gt;
&lt;br /&gt;
== From [[Class IGDIPlus.TGPBase|TGPBase]] ==&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPBase.NewInstance() : TObject|function NewInstance() : TObject]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPBase.FreeInstance()|procedure FreeInstance()]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Classes]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>