public final class EmfPlusPen extends EmfPlusGraphicsObjectType
The EmfPlusPen object specifies a graphics pen for the drawing of lines.
Constructor and Description |
---|
EmfPlusPen() |
Modifier and Type | Method and Description |
---|---|
EmfPlusBrush |
getBrushObject()
Gets or sets an EmfPlusBrush object that specifies a graphics brush associated with the pen
|
EmfPlusPenData |
getPenData()
Gets or sets an EmfPlusPenData object that specifies properties of the graphics pen
|
int |
getType()
Gets or sets This field MUST be set to zero
|
void |
setBrushObject(EmfPlusBrush value)
Gets or sets an EmfPlusBrush object that specifies a graphics brush associated with the pen
|
void |
setPenData(EmfPlusPenData value)
Gets or sets an EmfPlusPenData object that specifies properties of the graphics pen
|
void |
setType(int value)
Gets or sets This field MUST be set to zero
|
getVersion, setVersion
public int getType()
Gets or sets This field MUST be set to zero
public void setType(int value)
Gets or sets This field MUST be set to zero
public EmfPlusPenData getPenData()
Gets or sets an EmfPlusPenData object that specifies properties of the graphics pen
public void setPenData(EmfPlusPenData value)
Gets or sets an EmfPlusPenData object that specifies properties of the graphics pen
public EmfPlusBrush getBrushObject()
Gets or sets an EmfPlusBrush object that specifies a graphics brush associated with the pen
public void setBrushObject(EmfPlusBrush value)
Gets or sets an EmfPlusBrush object that specifies a graphics brush associated with the pen