Marblecore Imaging Library Documentation

Documentation Introduction
Documentation / Marblecore Imaging / Enumerations / Dash

Dash enumeration

Specifies the dash style to use when drawing dotted lines.

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 MarblecoreImagingDash which contains all the available values.

Values

NameValueDescription
Default0Default dash cap
Flat1Square cap that squares off both ends of each dash
Round2Circular cap that rounds off both ends of each dash

See also

PenCap | SetPen