<?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=Interface_IGDIPlus.IGPPen</id>
		<title>Interface IGDIPlus.IGPPen - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://mitov.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Interface_IGDIPlus.IGPPen"/>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPPen&amp;action=history"/>
		<updated>2026-05-05T16:37:25Z</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=Interface_IGDIPlus.IGPPen&amp;diff=11442&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=Interface_IGDIPlus.IGPPen&amp;diff=11442&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:48Z</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''' IGPPen = '''interface'''&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Interface to [[Class IGDIPlus.TGPPen|TGPPen]] object used to draw lines and curves. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Use this interface to access the [[Class IGDIPlus.TGPPen|TGPPen]] objects used to draw&lt;br /&gt;
lines and curves.&lt;br /&gt;
Remarks&lt;br /&gt;
A [[Class IGDIPlus.TGPPen|TGPPen]] object has attributes that can be set to adjust the&lt;br /&gt;
width, color, and style used to draw lines and curves.&lt;br /&gt;
&lt;br /&gt;
== Properties ==&lt;br /&gt;
*[[Property IGDIPlus.IGPPen.PenType|PenType]] - Gets the type currently set for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPPen.Width|Width]] - Sets or gets the width for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPPen.Color|Color]] - Gets or sets the color currently set for this [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPPen.Brush|Brush]] - Gets or sets the [[Class IGDIPlus.TGPBrush|TGPBrush]] object for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPPen.Alignment|Alignment]] - Gets or sets the alignment currently set for this Pen object. &lt;br /&gt;
*[[Property IGDIPlus.IGPPen.MiterLimit|MiterLimit]] - Gets or sets the miter length of the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPPen.DashOffset|DashOffset]] - Gets or sets the distance from the start of the line to the start of the first space in a dashed line. &lt;br /&gt;
*[[Property IGDIPlus.IGPPen.StartCap|StartCap]] - Gets or sets the start cap of the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPPen.EndCap|EndCap]] - Gets or sets the end cap of the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPPen.CustomStartCap|CustomStartCap]] - Gets or sets the custom start cap for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPPen.CustomEndCap|CustomEndCap]] - Gets or sets the custom end cap for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPPen.DashStyle|DashStyle]] - Sets or gets the dash style of the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPPen.DashCap|DashCap]] - Gets or sets the dash cap style currently set for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPPen.DashPattern|DashPattern]] - Gets or sets the array of custom dashes and spaces for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Property IGDIPlus.IGPPen.LineJoin|LineJoin]] - Gets or sets the line join style currently set for this Pen object. &lt;br /&gt;
*[[Property IGDIPlus.IGPPen.CompoundArray|CompoundArray]] - Sets or gets the compound array currently set for this Pen object. &lt;br /&gt;
*[[Property IGDIPlus.IGPPen.Transform|Transform]] - Gets or sets the world transformation matrix for the object. &lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetNativePen() : GpPen|function GetNativePen() : GpPen]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.Clone() : TGPPen|function Clone() : TGPPen]] - Copies a Pen object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPen.SetWidthProp(Single)|procedure SetWidthProp(width : Single)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.SetWidth(Single) : TGPPen|function SetWidth(width : Single) : TGPPen]] - Sets the width for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetWidth() : Single|function GetWidth() : Single]] - Returns the width currently set for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.SetLineCap(TGPLineCap;TGPLineCap;TGPDashCap) : TGPPen|function SetLineCap(startCap : TGPLineCap; endCap : TGPLineCap; dashCap : TGPDashCap) : TGPPen]] - Sets the cap styles for the start, end, and dashes in a line drawn with the pen. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPen.SetStartCapProp(TGPLineCap)|procedure SetStartCapProp(startCap : TGPLineCap)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.SetStartCap(TGPLineCap) : TGPPen|function SetStartCap(startCap : TGPLineCap) : TGPPen]] - Sets the start cap for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetStartCap() : TGPLineCap|function GetStartCap() : TGPLineCap]] - Returns the start cap currently set for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPen.SetEndCapProp(TGPLineCap)|procedure SetEndCapProp(endCap : TGPLineCap)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.SetEndCap(TGPLineCap) : TGPPen|function SetEndCap(endCap : TGPLineCap) : TGPPen]] - Sets the end cap for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetEndCap() : TGPLineCap|function GetEndCap() : TGPLineCap]] - Returns the end cap currently set for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPen.SetDashCapProp(TGPDashCap)|procedure SetDashCapProp(dashCap : TGPDashCap)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.SetDashCap(TGPDashCap) : TGPPen|function SetDashCap(dashCap : TGPDashCap) : TGPPen]] - Sets the dash cap style for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetDashCap() : TGPDashCap|function GetDashCap() : TGPDashCap]] - Returns the dash cap style currently set for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPen.SetLineJoinProp(TGPLineJoin)|procedure SetLineJoinProp(lineJoin : TGPLineJoin)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.SetLineJoin(TGPLineJoin) : TGPPen|function SetLineJoin(lineJoin : TGPLineJoin) : TGPPen]] - Sets the line join for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetLineJoin() : TGPLineJoin|function GetLineJoin() : TGPLineJoin]] - Returns the line join style currently set for this Pen object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPen.SetCustomStartCapProp(IGPCustomLineCap)|procedure SetCustomStartCapProp(customCap : IGPCustomLineCap)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.SetCustomStartCap(IGPCustomLineCap) : TGPPen|function SetCustomStartCap(customCap : IGPCustomLineCap) : TGPPen]] - Sets the custom start cap for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetCustomStartCap() : IGPCustomLineCap|function GetCustomStartCap() : IGPCustomLineCap]] - Returns the custom start cap for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPen.SetCustomEndCapProp(IGPCustomLineCap)|procedure SetCustomEndCapProp(customCap : IGPCustomLineCap)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.SetCustomEndCap(IGPCustomLineCap) : TGPPen|function SetCustomEndCap(customCap : IGPCustomLineCap) : TGPPen]] - Sets the custom end cap for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetCustomEndCap() : IGPCustomLineCap|function GetCustomEndCap() : IGPCustomLineCap]] - Returns the custom end cap for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPen.SetMiterLimitProp(Single)|procedure SetMiterLimitProp(miterLimit : Single)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.SetMiterLimit(Single) : TGPPen|function SetMiterLimit(miterLimit : Single) : TGPPen]] - Sets the miter limit of the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetMiterLimit() : Single|function GetMiterLimit() : Single]] - Returns the miter length currently set for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPen.SetAlignmentProp(TGPPenAlignment)|procedure SetAlignmentProp(penAlignment : TGPPenAlignment)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.SetAlignment(TGPPenAlignment) : TGPPen|function SetAlignment(penAlignment : TGPPenAlignment) : TGPPen]] - Sets the alignment for this Pen object relative to the line. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetAlignment() : TGPPenAlignment|function GetAlignment() : TGPPenAlignment]] - Returns the alignment currently set for this Pen object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.SetTransform(IGPMatrix) : TGPPen|function SetTransform(matrix : IGPMatrix) : TGPPen]] - Sets the world transformation of the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPen.SetTransformProp(IGPMatrix)|procedure SetTransformProp(matrix : IGPMatrix)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetTransform() : IGPMatrix|function GetTransform() : IGPMatrix]] - Returns the world transformation matrix currently set for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.ResetTransform() : TGPPen|function ResetTransform() : TGPPen]] - Sets the world transformation matrix of the [[Class IGDIPlus.TGPPen|TGPPen]] object to the identity matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.MultiplyTransform(IGPMatrix;TGPMatrixOrder) : TGPPen|function MultiplyTransform(matrix : IGPMatrix; order : TGPMatrixOrder) : TGPPen]] - Updates the world transformation matrix of the [[Class IGDIPlus.TGPPen|TGPPen]] object with the product of itself and another matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.TranslateTransform(Single;Single;TGPMatrixOrder) : TGPPen|function TranslateTransform(dx : Single; dy : Single; order : TGPMatrixOrder) : TGPPen]] - Updates the [[Class IGDIPlus.TGPPen|TGPPen]] object's world transformation matrix with the product of itself and a translation matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.ScaleTransform(Single;Single;TGPMatrixOrder) : TGPPen|function ScaleTransform(sx : Single; sy : Single; order : TGPMatrixOrder) : TGPPen]] - Sets the [[Class IGDIPlus.TGPPen|TGPPen]] object's world transformation matrix equal to the product of itself and a scaling matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.RotateTransform(Single;TGPMatrixOrder) : TGPPen|function RotateTransform(angle : Single; order : TGPMatrixOrder) : TGPPen]] - Updates the world transformation matrix of the [[Class IGDIPlus.TGPPen|TGPPen]] object with the product of itself and a rotation matrix. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetPenType() : TGPPenType|function GetPenType() : TGPPenType]] - Returns the type currently set for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPen.SetColorProp(TGPColor)|procedure SetColorProp(color : TGPColor)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.SetColor(TGPColor) : TGPPen|function SetColor(color : TGPColor) : TGPPen]] - Sets the color for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetColor() : TGPColor|function GetColor() : TGPColor]] - Returns the color currently set for this Pen object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPen.SetBrushProp(IGPBrush)|procedure SetBrushProp(brush : IGPBrush)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.SetBrush(IGPBrush) : TGPPen|function SetBrush(brush : IGPBrush) : TGPPen]] - Sets the [[Class IGDIPlus.TGPBrush|TGPBrush]] object that a TGPpen uses to fill a line. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetBrush() : IGPBrush|function GetBrush() : IGPBrush]] - Returns the [[Class IGDIPlus.TGPBrush|TGPBrush]] object that is currently set for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPen.SetDashStyleProp(TGPDashStyle)|procedure SetDashStyleProp(dashStyle : TGPDashStyle)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.SetDashStyle(TGPDashStyle) : TGPPen|function SetDashStyle(dashStyle : TGPDashStyle) : TGPPen]] - Sets the dash style for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetDashStyle() : TGPDashStyle|function GetDashStyle() : TGPDashStyle]] - Returns the dash style currently set for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPen.SetDashOffsetProp(Single)|procedure SetDashOffsetProp(dashOffset : Single)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.SetDashOffset(Single) : TGPPen|function SetDashOffset(dashOffset : Single) : TGPPen]] - Sets the distance from the start of the line to the start of the first dash in a dashed line. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetDashOffset() : Single|function GetDashOffset() : Single]] - Returns the distance from the start of the line to the start of the first space in a dashed line. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetDashPatternCount() : Integer|function GetDashPatternCount() : Integer]] - Returns the number of elements in a dash pattern array. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.SetDashPattern(array) : TGPPen|function SetDashPattern(dashArray : array) : TGPPen]]&lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPen.SetDashPatternProp(TGPSingleArray)|procedure SetDashPatternProp(dashArray : TGPSingleArray)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetDashPattern() : TGPSingleArray|function GetDashPattern() : TGPSingleArray]] - Returns an array of custom dashes and spaces currently set for the [[Class IGDIPlus.TGPPen|TGPPen]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetCompoundArrayCount() : Integer|function GetCompoundArrayCount() : Integer]] - Returns the number of elements in a compound array. &lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.SetCompoundArray(array) : TGPPen|function SetCompoundArray(compoundArray : array) : TGPPen]]&lt;br /&gt;
*[[Method procedure IGDIPlus.IGPPen.SetCompoundArrayProp(TGPSingleArray)|procedure SetCompoundArrayProp(compoundArray : TGPSingleArray)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPPen.GetCompoundArray() : TGPSingleArray|function GetCompoundArray() : TGPSingleArray]] - Returns the compound array currently set for this Pen object. &lt;br /&gt;
&lt;br /&gt;
[[Category:Interfaces]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>