public abstract class EmfBasePen extends EmfObject
The base pen object
Constructor and Description |
---|
EmfBasePen() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getArgb32ColorRef()
Gets or sets the 32-bit ARGB color reference.
|
abstract int |
getPenStyle()
Gets or sets the pen style.
|
abstract void |
setArgb32ColorRef(int value)
Gets or sets the 32-bit ARGB color reference.
|
abstract void |
setPenStyle(int value)
Gets or sets the pen style.
|
public abstract int getPenStyle()
Gets or sets the pen style.
Value: The pen style.public abstract void setPenStyle(int value)
Gets or sets the pen style.
Value: The pen style.public abstract int getArgb32ColorRef()
Gets or sets the 32-bit ARGB color reference.
Value: The color reference.public abstract void setArgb32ColorRef(int value)
Gets or sets the 32-bit ARGB color reference.
Value: The color reference.