CdrPattern
Contents
[
Hide
]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
Constructor | Description |
---|---|
CdrPattern() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | int | the 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:
Parameter | Type | Description |
---|---|---|
value | int | the height. |