EmfLogPen Class
Contents
[
Hide
]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
Constructors
| Name | Description | 
|---|---|
| EmfLogPen() | Initializes a new instance of the EmfLogPen class | 
Properties
| Name | Type | Access | Description | 
|---|---|---|---|
| affect_width | int | r/w | Gets or sets the width of the affect. | 
| argb_32_color_ref | int | r/w | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pen color value. | 
| pen_style | EmfPenStyle | r/w | Gets 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. | 
| width | Point | r/w | Gets 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