WmfPenStyle Enumeration
The 16-bit PenStyle Enumeration is used to specify different types of pens that can be used in graphics operations.
Module: aspose.imaging.fileformats.wmf.consts
Full Name: aspose.imaging.fileformats.wmf.consts.WmfPenStyle
Members
Member name | Description |
---|---|
ALTERNATE | The pen sets every other pixel (this style is applicable only for cosmetic pens). |
COSMETIC | The cosmetic |
DASH | The pen is dashed. |
DASHDOT | The pen has alternating dashes and dots. |
DASHDOTDOT | The pen has dashes and double dots. |
DOT | The pen is dotted. |
ENDCAP_FLAT | Line end caps are flat. |
ENDCAP_ROUND | The line end caps are round. |
ENDCAP_SQUARE | Line end caps are square. |
INSIDEFRAME | The pen is solid. When this pen is used in any drawing record that takes a bounding rectangle, the dimensions of the figure are shrunk so that it fits entirely in the bounding rectangle, taking into account the width of the pen. |
JOIN_BEVEL | Line joins are beveled. |
JOIN_MITER | Line joins are mitered when they are within the current limit set by the SETMITERLIMIT META_ESCAPE record. A join is beveled when it would exceed the limit. |
JOIN_ROUND | Line joins are round. |
NULL | The pen is invisible. |
SOLID | The pen is solid. |
USERSTYLE | The pen uses a styling array supplied by the user. |