Class IGDIPlus.TGPAdjustableArrowCap
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabBasicPkg
Unit: IGDIPlus
Inherits: TGPCustomLineCap
Contents |
Syntax
Delphi:
type TGPAdjustableArrowCap = class( TGPCustomLineCap, IGPAdjustableArrowCap )
C++ Builder:
class TGPAdjustableArrowCap : public TGPCustomLineCap
Visual C++ (MFC):
class CTGPAdjustableArrowCap : public CTGPCustomLineCap
C# (.NET):
public ref class TGPAdjustableArrowCap : Mitov.SignalLab.CustomLineCap
Summary
Defines a line cap that looks like an arrow.
Description
The TGPAdjustableArrowCap class is a subclass of the TGPCustomLineCap. This class builds a line cap that looks like an arrow. Remarks A line cap is the shape on the end of a line. Use the TGPPen.SetCustomStartCap and TGPPen.SetCustomEndCap methods to associate an TGPAdjustableArrowCap object with a TGPPen object.
Methods
Public
- function SetHeight(height : Single) : TGPAdjustableArrowCap
- procedure SetHeightProp(height : Single)
- function GetHeight() : Single
- function SetWidth(width : Single) : TGPAdjustableArrowCap
- procedure SetWidthProp(width : Single)
- function GetWidth() : Single
- function SetMiddleInset(middleInset : Single) : TGPAdjustableArrowCap
- procedure SetMiddleInsetProp(middleInset : Single)
- function GetMiddleInset() : Single
- function SetFillState(isFilled : Boolean) : TGPAdjustableArrowCap
- function IsFilled() : Boolean
From TGPCustomLineCap
Methods
Public
- function Clone() : TGPCustomLineCap
- function SetStrokeCap(strokeCap : TGPLineCap) : TGPCustomLineCap
- function SetStrokeCaps(startCap : TGPLineCap; endCap : TGPLineCap) : TGPCustomLineCap
- function GetStrokeCaps(startCap : TGPLineCap; endCap : TGPLineCap) : TGPCustomLineCap
- function SetStrokeJoin(lineJoin : TGPLineJoin) : TGPCustomLineCap
- procedure SetStrokeJoinProp(lineJoin : TGPLineJoin)
- function GetStrokeJoin() : TGPLineJoin
- function SetBaseCap(baseCap : TGPLineCap) : TGPCustomLineCap
- procedure SetBaseCapProp(baseCap : TGPLineCap)
- function GetBaseCap() : TGPLineCap
- function SetBaseInset(inset : Single) : TGPCustomLineCap
- procedure SetBaseInsetProp(inset : Single)
- function GetBaseInset() : Single
- function SetWidthScale(widthScale : Single) : TGPCustomLineCap
- procedure SetWidthScaleProp(widthScale : Single)
- function GetWidthScale() : Single