CdrPattern

Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject, com.aspose.imaging.fileformats.cdr.objects.CdrDictionaryItem

public class CdrPattern extends CdrDictionaryItem

The cdr bitmap

Constructors

ConstructorDescription
CdrPattern()

Methods

MethodDescription
getWidth()Gets the width.
setWidth(int value)Sets the width.
getHeight()Gets the height.
setHeight(int value)Sets the height.

CdrPattern()

public CdrPattern()

getWidth()

public final int getWidth()

Gets the width.

Returns: int - the width.

setWidth(int value)

public final void setWidth(int value)

Sets the width.

Parameters:

ParameterTypeDescription
valueintthe width.

getHeight()

public final int getHeight()

Gets the height.

Returns: int - the height.

setHeight(int value)

public final void setHeight(int value)

Sets the height.

Parameters:

ParameterTypeDescription
valueintthe height.