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

Aspose.Imaging Version: 24.6.0

Members

Member nameDescription
ALTERNATEThe pen sets every other pixel (this style is applicable only for cosmetic pens).
COSMETICThe cosmetic
DASHThe pen is dashed.
DASHDOTThe pen has alternating dashes and dots.
DASHDOTDOTThe pen has dashes and double dots.
DOTThe pen is dotted.
ENDCAP_FLATLine end caps are flat.
ENDCAP_ROUNDThe line end caps are round.
ENDCAP_SQUARELine end caps are square.
INSIDEFRAMEThe 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_BEVELLine joins are beveled.
JOIN_MITERLine 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_ROUNDLine joins are round.
NULLThe pen is invisible.
SOLIDThe pen is solid.
USERSTYLEThe pen uses a styling array supplied by the user.