Class EmfPlusPen
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
PenData
Gets or sets an EmfPlusPenData object that specifies properties of the graphics pen
public EmfPlusPenData PenData { get; set; }
Property Value
Type
Gets or sets This field MUST be set to zero
public int Type { get; set; }