Marblecore Imaging Library Documentation

Documentation Introduction
Documentation / Marblecore Imaging / Enumerations / Cap

Cap enumeration

Specifies the caps for ending lines which are drawed.

If you use the ATL COM version of the library, you can supply the string value (the name of the value) or the number value (as listed in the table below) as the enumeration value. If you use the Class Library, the enumeration is available as an enum object with the name MarblecoreImagingCap which contains all the available values.

Values

NameValueDescription
Default0Default line cap
None1No line cap
Arrow2Arrow cap
Circle3Circular cap
Diamond4Diamond cap
Square5Square cap
Point6Square cap within line
Round7Circular cap within line
Triangle8Triangular cap within line

See also

DrawArrow