Table of Contents

Class EmfPlusPen

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

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

public sealed class EmfPlusPen : EmfPlusGraphicsObjectType
Inheritance
EmfPlusPen
Inherited Members

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