Class EmfPlusPen

Class EmfPlusPen

Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

The EmfPlusPen object specifies a graphics pen for the drawing of lines.

public sealed class EmfPlusPen : EmfPlusGraphicsObjectType

Inheritance

objectMetaObjectEmfPlusObjectEmfPlusGraphicsObjectTypeEmfPlusPen

Inherited Members

EmfPlusGraphicsObjectType.Version, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

EmfPlusPen()

public EmfPlusPen()

Properties

BrushObject

Gets or sets an EmfPlusBrush object that specifies a graphics brush associated with the pen

public EmfPlusBrush BrushObject { get; set; }

Property Value

EmfPlusBrush

PenData

Gets or sets an EmfPlusPenData object that specifies properties of the graphics pen

public EmfPlusPenData PenData { get; set; }

Property Value

EmfPlusPenData

Type

Gets or sets This field MUST be set to zero

public int Type { get; set; }

Property Value

int