EmfPenStyle Enumeration

The PenStyle enumeration defines the attributes of pens that can be used in graphics operations.
A pen style is a combination of pen type, line style, line cap, and line join.

Module: aspose.imaging.fileformats.emf.emf.consts

Full Name: aspose.imaging.fileformats.emf.emf.consts.EmfPenStyle

Aspose.Imaging Version: 24.5.0

Members

Member nameDescription
END_CAP_MASKThe end cap mask
JOIN_MASKThe join mask
PS_ALTERNATEA line style in which every other pixel is set. This style is applicable only to a pen type of PS_COSMETIC
PS_COSMETICA pen type that specifies a line with a width of one logical unit and a style that is a solid color
PS_DASHA line style that is dashed
PS_DASHDOTA line style that consists of alternating dashes and dots
PS_DASHDOTDOTA line style that consists of dashes and double dots.
PS_DOTA line style that is dotted.
PS_ENDCAP_FLATA line cap that specifies flat ends.
PS_ENDCAP_ROUNDA line cap that specifies round ends.
PS_ENDCAP_SQUAREA line cap that specifies square ends.
PS_GEOMETRICA pen type that specifies a line with a width that is measured in logical units
and a style that can contain any of the attributes of a brush.
PS_INSIDEFRAMEA line style that is a solid color. When this style is specified in a 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.
PS_JOIN_BEVELA line join that specifies beveled joins.
PS_JOIN_MITERA line join that specifies mitered joins when the lengths of the joins are within the current miter
length limit that is set in the playback device context.
If the lengths of the joins exceed the miter limit, beveled joins are specified
PS_JOIN_ROUNDA line join that specifies round joins
PS_NULLA line style that is invisible.
PS_SOLIDA line style that is a solid color
PS_USERSTYLEA line style that is defined by a styling array, which specifies the lengths of dashes and gaps in the line
STYLE_MASKThe style mask
TYPE_MASKThe type mask