EmfLogPen Class

Summary: The LogPen object defines the style, width, and color of a logical pen.

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

Full Name: aspose.imaging.fileformats.emf.emf.objects.EmfLogPen

Inheritance: EmfBasePen

Aspose.Imaging Version: 24.6.0

Constructors

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

Properties

NameTypeAccessDescription
affect_widthintr/wGets or sets the width of the affect.
argb_32_color_refintr/wGets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pen color value.
pen_styleEmfPenStyler/wGets or sets a 32-bit unsigned integer that specifies the PenStyle. The value MUST be
defined from the PenStyle enumeration table, specified in section 2.1.25.
widthPointr/wGets or sets a WMF PointL object ([MS-WMF] section 2.2.2.15) that specifies the width of
the pen by the value of its x field. The value of its y field MUST be ignored.

Constructor: EmfLogPen()

 EmfLogPen() 

Initializes a new instance of the EmfLogPen class