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

	<entry>
		<id>https://www.mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPPen&amp;diff=11113&amp;oldid=prev</id>
		<title>David Alm: Automated Syncronization with Documentation</title>
		<link rel="alternate" type="text/html" href="https://www.mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPPen&amp;diff=11113&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:30Z</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''' TGPPen = '''class'''( [[Class IGDIPlus.TGPBase|TGPBase, IGPPen, 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''' TGPPen : '''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''' CTGPPen : '''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''' TGPPen : [[Class IGDIPlus.TGPBase|Mitov.SignalLab.Base]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Object used to draw lines and curves. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Use this objects to draw 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;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.Clone() : TGPPen|function Clone() : TGPPen]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPPen.SetWidthProp(Single)|procedure SetWidthProp(width : Single)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.SetWidth(Single) : TGPPen|function SetWidth(width : Single) : TGPPen]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.GetWidth() : Single|function GetWidth() : Single]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.SetLineCap(TGPLineCap;TGPLineCap;TGPDashCap) : TGPPen|function SetLineCap(startCap : TGPLineCap; endCap : TGPLineCap; dashCap : TGPDashCap) : TGPPen]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPPen.SetStartCapProp(TGPLineCap)|procedure SetStartCapProp(startCap : TGPLineCap)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.SetStartCap(TGPLineCap) : TGPPen|function SetStartCap(startCap : TGPLineCap) : TGPPen]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.GetStartCap() : TGPLineCap|function GetStartCap() : TGPLineCap]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPPen.SetEndCapProp(TGPLineCap)|procedure SetEndCapProp(endCap : TGPLineCap)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.SetEndCap(TGPLineCap) : TGPPen|function SetEndCap(endCap : TGPLineCap) : TGPPen]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.GetEndCap() : TGPLineCap|function GetEndCap() : TGPLineCap]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPPen.SetDashCapProp(TGPDashCap)|procedure SetDashCapProp(dashCap : TGPDashCap)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.SetDashCap(TGPDashCap) : TGPPen|function SetDashCap(dashCap : TGPDashCap) : TGPPen]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.GetDashCap() : TGPDashCap|function GetDashCap() : TGPDashCap]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPPen.SetLineJoinProp(TGPLineJoin)|procedure SetLineJoinProp(lineJoin : TGPLineJoin)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.SetLineJoin(TGPLineJoin) : TGPPen|function SetLineJoin(lineJoin : TGPLineJoin) : TGPPen]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.GetLineJoin() : TGPLineJoin|function GetLineJoin() : TGPLineJoin]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPPen.SetCustomStartCapProp(IGPCustomLineCap)|procedure SetCustomStartCapProp(customCap : IGPCustomLineCap)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.SetCustomStartCap(IGPCustomLineCap) : TGPPen|function SetCustomStartCap(customCap : IGPCustomLineCap) : TGPPen]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.GetCustomStartCap() : IGPCustomLineCap|function GetCustomStartCap() : IGPCustomLineCap]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPPen.SetCustomEndCapProp(IGPCustomLineCap)|procedure SetCustomEndCapProp(customCap : IGPCustomLineCap)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.SetCustomEndCap(IGPCustomLineCap) : TGPPen|function SetCustomEndCap(customCap : IGPCustomLineCap) : TGPPen]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.GetCustomEndCap() : IGPCustomLineCap|function GetCustomEndCap() : IGPCustomLineCap]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPPen.SetMiterLimitProp(Single)|procedure SetMiterLimitProp(miterLimit : Single)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.SetMiterLimit(Single) : TGPPen|function SetMiterLimit(miterLimit : Single) : TGPPen]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.GetMiterLimit() : Single|function GetMiterLimit() : Single]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPPen.SetAlignmentProp(TGPPenAlignment)|procedure SetAlignmentProp(penAlignment : TGPPenAlignment)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.SetAlignment(TGPPenAlignment) : TGPPen|function SetAlignment(penAlignment : TGPPenAlignment) : TGPPen]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.GetAlignment() : TGPPenAlignment|function GetAlignment() : TGPPenAlignment]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPPen.SetTransformProp(IGPMatrix)|procedure SetTransformProp(matrix : IGPMatrix)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.SetTransform(IGPMatrix) : TGPPen|function SetTransform(matrix : IGPMatrix) : TGPPen]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.GetTransform() : IGPMatrix|function GetTransform() : IGPMatrix]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.ResetTransform() : TGPPen|function ResetTransform() : TGPPen]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.MultiplyTransform(IGPMatrix;TGPMatrixOrder) : TGPPen|function MultiplyTransform(matrix : IGPMatrix; order : TGPMatrixOrder) : TGPPen]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.TranslateTransform(Single;Single;TGPMatrixOrder) : TGPPen|function TranslateTransform(dx : Single; dy : Single; order : TGPMatrixOrder) : TGPPen]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.ScaleTransform(Single;Single;TGPMatrixOrder) : TGPPen|function ScaleTransform(sx : Single; sy : Single; order : TGPMatrixOrder) : TGPPen]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.RotateTransform(Single;TGPMatrixOrder) : TGPPen|function RotateTransform(angle : Single; order : TGPMatrixOrder) : TGPPen]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.GetPenType() : TGPPenType|function GetPenType() : TGPPenType]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPPen.SetColorProp(TGPColor)|procedure SetColorProp(color : TGPColor)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.SetColor(TGPColor) : TGPPen|function SetColor(color : TGPColor) : TGPPen]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.GetColor() : TGPColor|function GetColor() : TGPColor]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPPen.SetBrushProp(IGPBrush)|procedure SetBrushProp(brush : IGPBrush)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.SetBrush(IGPBrush) : TGPPen|function SetBrush(brush : IGPBrush) : TGPPen]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.GetBrush() : IGPBrush|function GetBrush() : IGPBrush]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPPen.SetDashStyleProp(TGPDashStyle)|procedure SetDashStyleProp(dashStyle : TGPDashStyle)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.SetDashStyle(TGPDashStyle) : TGPPen|function SetDashStyle(dashStyle : TGPDashStyle) : TGPPen]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.GetDashStyle() : TGPDashStyle|function GetDashStyle() : TGPDashStyle]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPPen.SetDashOffsetProp(Single)|procedure SetDashOffsetProp(dashOffset : Single)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.SetDashOffset(Single) : TGPPen|function SetDashOffset(dashOffset : Single) : TGPPen]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.GetDashOffset() : Single|function GetDashOffset() : Single]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.GetDashPatternCount() : Integer|function GetDashPatternCount() : Integer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.SetDashPattern(array) : TGPPen|function SetDashPattern(dashArray : array) : TGPPen]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPPen.SetDashPatternProp(TGPSingleArray)|procedure SetDashPatternProp(dashArray : TGPSingleArray)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.GetDashPattern() : TGPSingleArray|function GetDashPattern() : TGPSingleArray]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.GetCompoundArrayCount() : Integer|function GetCompoundArrayCount() : Integer]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.SetCompoundArray(array) : TGPPen|function SetCompoundArray(compoundArray : array) : TGPPen]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPPen.SetCompoundArrayProp(TGPSingleArray)|procedure SetCompoundArrayProp(compoundArray : TGPSingleArray)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPPen.GetCompoundArray() : TGPSingleArray|function GetCompoundArray() : TGPSingleArray]]&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>