<?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.IGPAdjustableArrowCap</id>
		<title>Interface IGDIPlus.IGPAdjustableArrowCap - 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.IGPAdjustableArrowCap"/>
		<link rel="alternate" type="text/html" href="https://www.mitov.com/wiki/index.php?title=Interface_IGDIPlus.IGPAdjustableArrowCap&amp;action=history"/>
		<updated>2026-05-01T17:25:53Z</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.IGPAdjustableArrowCap&amp;diff=11836&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.IGPAdjustableArrowCap&amp;diff=11836&amp;oldid=prev"/>
				<updated>2012-10-18T17:19:06Z</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:''' [[Interface IGDIPlus.IGPCustomLineCap|IGPCustomLineCap]]&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
=== Delphi: ===&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
'''type''' IGPAdjustableArrowCap = '''interface'''( [[Interface IGDIPlus.IGPCustomLineCap|IGPCustomLineCap]] )&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
== Summary ==&lt;br /&gt;
Interface to a [[Class IGDIPlus.TGPAdjustableArrowCap|TGPAdjustableArrowCap]] object. &lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
Defines interface to a [[Class IGDIPlus.TGPAdjustableArrowCap|TGPAdjustableArrowCap]] object.&lt;br /&gt;
&lt;br /&gt;
The [[Class IGDIPlus.TGPAdjustableArrowCap|TGPAdjustableArrowCap]] class is a subclass of the&lt;br /&gt;
[[Class IGDIPlus.TGPCustomLineCap|TGPCustomLineCap]]. This class builds a line cap that looks&lt;br /&gt;
like an arrow.&lt;br /&gt;
Remarks&lt;br /&gt;
A line cap is the shape on the end of a line. Use the&lt;br /&gt;
[[Class IGDIPlus.TGPPen|TGPPen]].SetCustomStartCap and [[Class IGDIPlus.TGPPen|TGPPen]].SetCustomEndCap methods&lt;br /&gt;
to associate an [[Class IGDIPlus.TGPAdjustableArrowCap|TGPAdjustableArrowCap]] object with a [[Class IGDIPlus.TGPPen|TGPPen]]&lt;br /&gt;
object.&lt;br /&gt;
&lt;br /&gt;
== Properties ==&lt;br /&gt;
*[[Property IGDIPlus.IGPAdjustableArrowCap.Width|Width]] - Gets or sets the width of the arrow cap. &lt;br /&gt;
*[[Property IGDIPlus.IGPAdjustableArrowCap.Height|Height]] - Gets or sets the height of the arrow cap. &lt;br /&gt;
*[[Property IGDIPlus.IGPAdjustableArrowCap.MiddleInset|MiddleInset]] - Gets or sets the number of units that the midpoint of the base shifts towards the vertex. &lt;br /&gt;
&lt;br /&gt;
== Methods ==&lt;br /&gt;
*[[Method function IGDIPlus.IGPAdjustableArrowCap.SetHeight(Single) : TGPAdjustableArrowCap|function SetHeight(height : Single) : TGPAdjustableArrowCap]] - Sets the height of the arrow cap. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPAdjustableArrowCap.SetHeightProp(Single)|procedure SetHeightProp(height : Single)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPAdjustableArrowCap.GetHeight() : Single|function GetHeight() : Single]] - Returns the height of the arrow cap. &lt;br /&gt;
*[[Method function IGDIPlus.IGPAdjustableArrowCap.SetWidth(Single) : TGPAdjustableArrowCap|function SetWidth(width : Single) : TGPAdjustableArrowCap]] - Sets the width of the arrow cap. The width is the distance between the endpoints of the base of the arrow. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPAdjustableArrowCap.SetWidthProp(Single)|procedure SetWidthProp(width : Single)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPAdjustableArrowCap.GetWidth() : Single|function GetWidth() : Single]] - Returns the width of the arrow cap. &lt;br /&gt;
*[[Method function IGDIPlus.IGPAdjustableArrowCap.SetMiddleInset(Single) : TGPAdjustableArrowCap|function SetMiddleInset(middleInset : Single) : TGPAdjustableArrowCap]] - Sets the number of units that the midpoint of the base shifts towards the vertex. &lt;br /&gt;
*[[Method procedure IGDIPlus.IGPAdjustableArrowCap.SetMiddleInsetProp(Single)|procedure SetMiddleInsetProp(middleInset : Single)]]&lt;br /&gt;
*[[Method function IGDIPlus.IGPAdjustableArrowCap.GetMiddleInset() : Single|function GetMiddleInset() : Single]] - Returns the value of the inset. &lt;br /&gt;
*[[Method function IGDIPlus.IGPAdjustableArrowCap.SetFillState(Boolean) : TGPAdjustableArrowCap|function SetFillState(isFilled : Boolean) : TGPAdjustableArrowCap]] - Sets the fill state of the arrow cap. &lt;br /&gt;
*[[Method function IGDIPlus.IGPAdjustableArrowCap.IsFilled() : Boolean|function IsFilled() : Boolean]] - Determines whether the arrow cap is filled. &lt;br /&gt;
&lt;br /&gt;
[[Category:Interfaces]]&lt;/div&gt;</summary>
		<author><name>David Alm</name></author>	</entry>

	</feed>