Table of Contents

Class EmfLogPen

Namespace
Aspose.Imaging.FileFormats.Emf.Emf.Objects
Assembly
Aspose.Imaging.dll

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

public sealed class EmfLogPen : EmfBasePen
Inheritance
EmfLogPen
Inherited Members

Constructors

EmfLogPen()

public EmfLogPen()

Properties

AffectWidth

Gets or sets the width of the affect.

public int AffectWidth { get; set; }

Property Value

int

The width of the affect.

Argb32ColorRef

Gets or sets a WMF ColorRef object ([MS-WMF] section 2.2.2.8) that specifies the pen color value.

public override int Argb32ColorRef { get; set; }

Property Value

int

The 32-bit ARGB color

PenStyle

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.

public override EmfPenStyle PenStyle { get; set; }

Property Value

EmfPenStyle

Width

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.

public Point Width { get; set; }

Property Value

Point