public abstract class CdrGraphicObject extends CdrObject
The cdr graphic object
CdrObjectContainer| Constructor and Description |
|---|
CdrGraphicObject() |
| Modifier and Type | Method and Description |
|---|---|
RectangleF |
getBoundsInPixels()
Gets the bounds in pixels.
|
short |
getClipId()
Gets the clip identifier.
|
double |
getHeight()
Gets the y.
|
double |
getWidth()
Gets the x.
|
void |
setBoundsInPixels(RectangleF value)
Sets the bounds in pixels.
|
void |
setClipId(short value)
Sets the clip identifier.
|
void |
setHeight(double value)
Sets the y.
|
void |
setWidth(double value)
Sets the x.
|
getDocument, getParent, setDocument, setParentclose, dispose, getDisposedpublic double getWidth()
Gets the x.
public void setWidth(double value)
Sets the x.
value - the xpublic double getHeight()
Gets the y.
public void setHeight(double value)
Sets the y.
value - the y.public RectangleF getBoundsInPixels()
Gets the bounds in pixels.
public void setBoundsInPixels(RectangleF value)
Sets the bounds in pixels.
value - the bounds in pixels.public final short getClipId()
Gets the clip identifier.
Value: The clip identifier.public final void setClipId(short value)
Sets the clip identifier.
Value: The clip identifier.value - the clip identifier.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.