EmfBasePen

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.objects.EmfObject

public abstract class EmfBasePen extends EmfObject

The base pen object

Constructors

ConstructorDescription
EmfBasePen()

Methods

MethodDescription
getPenStyle()Gets or sets the pen style.
setPenStyle(int value)Gets or sets the pen style.
getArgb32ColorRef()Gets or sets the 32-bit ARGB color reference.
setArgb32ColorRef(int value)Gets or sets the 32-bit ARGB color reference.

EmfBasePen()

public EmfBasePen()

getPenStyle()

public abstract int getPenStyle()

Gets or sets the pen style.

Value: The pen style.

Returns: int

setPenStyle(int value)

public abstract void setPenStyle(int value)

Gets or sets the pen style.

Value: The pen style.

Parameters:

ParameterTypeDescription
valueint

getArgb32ColorRef()

public abstract int getArgb32ColorRef()

Gets or sets the 32-bit ARGB color reference.

Value: The color reference.

Returns: int

setArgb32ColorRef(int value)

public abstract void setArgb32ColorRef(int value)

Gets or sets the 32-bit ARGB color reference.

Value: The color reference.

Parameters:

ParameterTypeDescription
valueint