Enum IGDIPlus.TGPDashCap

From Mitov Wiki Doc
Jump to: navigation, search

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.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox