<?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=Interface_IGDIPlus.IGPCustomLineCap</id>
		<title>Interface IGDIPlus.IGPCustomLineCap - 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=Interface_IGDIPlus.IGPCustomLineCap"/>
		<link rel="alternate" type="text/html" href="https://www.mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPCustomLineCap&amp;action=history"/>
		<updated>2026-05-01T18:37:52Z</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=Interface_IGDIPlus.IGPCustomLineCap&amp;diff=11307&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=Interface_IGDIPlus.IGPCustomLineCap&amp;diff=11307&amp;oldid=prev"/>
				<updated>2012-10-18T17:18:41Z</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''' IGPCustomLineCap = '''interface'''&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Interface to a [[Class IGDIPlus.TGPCustomLineCap|TGPCustomLineCap]] object. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Defines interface to a [[Class IGDIPlus.TGPCustomLineCap|TGPCustomLineCap]] object.&lt;br /&gt;
&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;
== Properties ==&lt;br /&gt;
*[[Property IGDIPlus.IGPCustomLineCap.StrokeJoin|StrokeJoin]] - Sets or gets the style of line join for the stroke. &lt;br /&gt;
*[[Property IGDIPlus.IGPCustomLineCap.BaseCap|BaseCap]] - Gets or sets the style of the base cap. &lt;br /&gt;
*[[Property IGDIPlus.IGPCustomLineCap.BaseInset|BaseInset]] - Sets or gets the base inset value of this custom line cap. &lt;br /&gt;
*[[Property IGDIPlus.IGPCustomLineCap.WidthScale|WidthScale]] - Sets or gets the value of the scale width. &lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
*[[Method function IGDIPlus.IGPCustomLineCap.GetNativeCap() : GpCustomLineCap|function GetNativeCap() : GpCustomLineCap]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPCustomLineCap.Clone() : TGPCustomLineCap|function Clone() : TGPCustomLineCap]] - Copies the contents of the existing object into a new [[Class IGDIPlus.TGPCustomLineCap|TGPCustomLineCap]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPCustomLineCap.SetStrokeCap(TGPLineCap) : TGPCustomLineCap|function SetStrokeCap(strokeCap : TGPLineCap) : TGPCustomLineCap]] - Sets the LineCap object used to start and end lines within the [[Class IGDIPlus.TGPGraphicsPath|TGPGraphicsPath]] object that defines this [[Class IGDIPlus.TGPCustomLineCap|TGPCustomLineCap]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPCustomLineCap.SetStrokeCaps(TGPLineCap;TGPLineCap) : TGPCustomLineCap|function SetStrokeCaps(startCap : TGPLineCap; endCap : TGPLineCap) : TGPCustomLineCap]] - Sets the LineCap objects used to start and end lines within the [[Class IGDIPlus.TGPGraphicsPath|TGPGraphicsPath]] object that defines this [[Class IGDIPlus.TGPCustomLineCap|TGPCustomLineCap]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPCustomLineCap.GetStrokeCaps(TGPLineCap;TGPLineCap) : TGPCustomLineCap|function GetStrokeCaps(startCap : TGPLineCap; endCap : TGPLineCap) : TGPCustomLineCap]] - Returns the end cap styles for both the start line cap and the end line cap. &lt;br /&gt;
*[[Method function IGDIPlus.IGPCustomLineCap.SetStrokeJoin(TGPLineJoin) : TGPCustomLineCap|function SetStrokeJoin(lineJoin : TGPLineJoin) : TGPCustomLineCap]] - Sets the style of line join for the stroke. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPCustomLineCap.SetStrokeJoinProp(TGPLineJoin)|procedure SetStrokeJoinProp(lineJoin : TGPLineJoin)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPCustomLineCap.GetStrokeJoin() : TGPLineJoin|function GetStrokeJoin() : TGPLineJoin]] - Returns the style of LineJoin used to join multiple lines in the same [[Class IGDIPlus.TGPGraphicsPath|TGPGraphicsPath]] object. &lt;br /&gt;
*[[Method function IGDIPlus.IGPCustomLineCap.SetBaseCap(TGPLineCap) : TGPCustomLineCap|function SetBaseCap(baseCap : TGPLineCap) : TGPCustomLineCap]] - Sets the LineCap that appears as part of this [[Class IGDIPlus.TGPCustomLineCap|TGPCustomLineCap]] at the end of a line. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPCustomLineCap.SetBaseCapProp(TGPLineCap)|procedure SetBaseCapProp(baseCap : TGPLineCap)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPCustomLineCap.GetBaseCap() : TGPLineCap|function GetBaseCap() : TGPLineCap]] - Returns the style of the base cap. &lt;br /&gt;
*[[Method function IGDIPlus.IGPCustomLineCap.SetBaseInset(Single) : TGPCustomLineCap|function SetBaseInset(inset : Single) : TGPCustomLineCap]] - Sets the base inset value of this custom line cap. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPCustomLineCap.SetBaseInsetProp(Single)|procedure SetBaseInsetProp(inset : Single)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPCustomLineCap.GetBaseInset() : Single|function GetBaseInset() : Single]] - Returns the distance between the base cap to the start of the line. &lt;br /&gt;
*[[Method function IGDIPlus.IGPCustomLineCap.SetWidthScale(Single) : TGPCustomLineCap|function SetWidthScale(widthScale : Single) : TGPCustomLineCap]] - Sets the value of the scale width. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPCustomLineCap.SetWidthScaleProp(Single)|procedure SetWidthScaleProp(widthScale : Single)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPCustomLineCap.GetWidthScale() : Single|function GetWidthScale() : Single]] - Returns the value of the scale width. &lt;br /&gt;
&lt;br /&gt;
[[Category:Interfaces]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>