Enum IGDIPlus.TGPDashCap
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
(One intermediate revision by one user not shown) |
Latest revision as of 01:31, 7 June 2013
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
Contents |
Syntax
Delphi:
type TGPDashCap = (DashCapFlat, DashCapRound, DashCapTriangle);
C++ Builder:
enum TGPDashCap {DashCapFlat, DashCapRound, DashCapTriangle};
Visual C++ (MFC):
enum CTGPDashCap {DashCapFlat, DashCapRound, DashCapTriangle};
Summary
Specifies the type of graphic shape to use on both ends of each dash in a dashed line.
Description
Defines enumeration that specifies the type of graphic shape to use on both ends of each dash in a dashed line.
Values
DashCapFlat | Specifies a square cap that squares off both ends of each dash. |
DashCapRound | Specifies a circular cap that rounds off both ends of each dash. |
DashCapTriangle | Specifies a triangular cap that points both ends of each dash. |