EmfPlusPenData Class

Summary: The EmfPlusPenData object specifies properties of a graphics pen.

Module: aspose.imaging.fileformats.emf.emfplus.objects

Full Name: aspose.imaging.fileformats.emf.emfplus.objects.EmfPlusPenData

Inheritance: EmfPlusStructureObjectType

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
EmfPlusPenData()Initializes a new instance of the EmfPlusPenData class

Properties

NameTypeAccessDescription
optional_dataEmfPlusPenOptionalDatar/wGets or sets optional EmfPlusPenOptionalData object (section 2.2.2.34)
that specifies additional data for the pen object. The specific
contents of this field are determined by the value of the
PenDataFlags field.
pen_data_flagsEmfPlusPenDataFlagsr/wGets or sets 32-bit unsigned integer that specifies the data in the
OptionalData field. This value MUST be composed of PenData
flags (section 2.1.2.7).
pen_unitEmfPlusUnitTyper/wGets or sets 32-bit unsigned integer that specifies the measuring units
for the pen. The value MUST be from the UnitType enumeration
(section 2.1.1.33).
pen_widthfloatr/wGets or sets 32-bit floating-point value that specifies the width of the
line drawn by the pen in the units specified by the PenUnit
field. If a zero width is specified, a minimum value is used,
which is determined by the units

Constructor: EmfPlusPenData()

 EmfPlusPenData() 

Initializes a new instance of the EmfPlusPenData class