Class EmfLogPen
Contents
[
Hide
]EmfLogPen class
The LogPen object defines the style, width, and color of a logical pen.
public sealed class EmfLogPen : EmfBasePen
Constructors
Name | Description |
---|---|
EmfLogPen() | The default constructor. |
Properties
Name | Description |
---|---|
AffectWidth { get; set; } | Gets or sets the width of the affect. |
override Argb32ColorRef { get; set; } | Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pen color value. |
override PenStyle { get; set; } | 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 { get; set; } | 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. |
See Also
- class EmfBasePen
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Objects
- assembly Aspose.Imaging