<?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.TGPCustomLineCap</id>
		<title>Class IGDIPlus.TGPCustomLineCap - 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.TGPCustomLineCap"/>
		<link rel="alternate" type="text/html" href="https://mitov.com/wiki/index.php?title=Class_IGDIPlus.TGPCustomLineCap&amp;action=history"/>
		<updated>2026-05-02T01:56:21Z</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.TGPCustomLineCap&amp;diff=11103&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.TGPCustomLineCap&amp;diff=11103&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:29Z</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''' TGPCustomLineCap = '''class'''( [[Class IGDIPlus.TGPBase|TGPBase, IGPCustomLineCap]] )&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''' TGPCustomLineCap : '''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''' CTGPCustomLineCap : '''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''' TGPCustomLineCap : [[Class IGDIPlus.TGPBase|Mitov.SignalLab.Base]]&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Defines a custom line cap. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
The [[Class IGDIPlus.TGPCustomLineCap|TGPCustomLineCap]] class defines a custom line cap. A line&lt;br /&gt;
cap defines the style of graphic used to draw the ends of a&lt;br /&gt;
line. It can be various shapes, such as a square, circle, or&lt;br /&gt;
diamond. A custom line cap is defined by the path that draws&lt;br /&gt;
it. The path is drawn by using a Pen object to draw the&lt;br /&gt;
outline of a shape or by using a Brush object to fill the&lt;br /&gt;
interior. The cap can be used on either or both ends of the&lt;br /&gt;
line. Spacing can be adjusted between the end caps and the&lt;br /&gt;
line.&lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
&lt;br /&gt;
=== Public ===&lt;br /&gt;
*[[Method function IGDIPlus.TGPCustomLineCap.Clone() : TGPCustomLineCap|function Clone() : TGPCustomLineCap]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPCustomLineCap.SetStrokeCap(TGPLineCap) : TGPCustomLineCap|function SetStrokeCap(strokeCap : TGPLineCap) : TGPCustomLineCap]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPCustomLineCap.SetStrokeCaps(TGPLineCap;TGPLineCap) : TGPCustomLineCap|function SetStrokeCaps(startCap : TGPLineCap; endCap : TGPLineCap) : TGPCustomLineCap]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPCustomLineCap.GetStrokeCaps(TGPLineCap;TGPLineCap) : TGPCustomLineCap|function GetStrokeCaps(startCap : TGPLineCap; endCap : TGPLineCap) : TGPCustomLineCap]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPCustomLineCap.SetStrokeJoin(TGPLineJoin) : TGPCustomLineCap|function SetStrokeJoin(lineJoin : TGPLineJoin) : TGPCustomLineCap]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPCustomLineCap.SetStrokeJoinProp(TGPLineJoin)|procedure SetStrokeJoinProp(lineJoin : TGPLineJoin)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPCustomLineCap.GetStrokeJoin() : TGPLineJoin|function GetStrokeJoin() : TGPLineJoin]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPCustomLineCap.SetBaseCap(TGPLineCap) : TGPCustomLineCap|function SetBaseCap(baseCap : TGPLineCap) : TGPCustomLineCap]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPCustomLineCap.SetBaseCapProp(TGPLineCap)|procedure SetBaseCapProp(baseCap : TGPLineCap)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPCustomLineCap.GetBaseCap() : TGPLineCap|function GetBaseCap() : TGPLineCap]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPCustomLineCap.SetBaseInset(Single) : TGPCustomLineCap|function SetBaseInset(inset : Single) : TGPCustomLineCap]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPCustomLineCap.SetBaseInsetProp(Single)|procedure SetBaseInsetProp(inset : Single)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPCustomLineCap.GetBaseInset() : Single|function GetBaseInset() : Single]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPCustomLineCap.SetWidthScale(Single) : TGPCustomLineCap|function SetWidthScale(widthScale : Single) : TGPCustomLineCap]]&lt;br /&gt;
*[[Method procedure IGDIPlus.TGPCustomLineCap.SetWidthScaleProp(Single)|procedure SetWidthScaleProp(widthScale : Single)]]&lt;br /&gt;
*[[Method function IGDIPlus.TGPCustomLineCap.GetWidthScale() : Single|function GetWidthScale() : Single]]&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>