public final class EmfPlusSetRenderingOrigin extends EmfPlusPropertyRecordType
The EmfPlusSetRenderingOrigin record specifies the rendering origin for graphics output.
Constructor and Description |
---|
EmfPlusSetRenderingOrigin(EmfPlusRecord source)
Initializes a new instance of the
EmfPlusSetRenderingOrigin class. |
Modifier and Type | Method and Description |
---|---|
int |
getX()
Gets or sets a 32-bit unsigned integer that defines the horizontal coordinate value of the rendering origin.
|
int |
getY()
Gets or sets a 32-bit unsigned integer that defines the vertical coordinate value of the rendering origin.
|
void |
setX(int value)
Gets or sets a 32-bit unsigned integer that defines the horizontal coordinate value of the rendering origin.
|
void |
setY(int value)
Gets or sets a 32-bit unsigned integer that defines the vertical coordinate value of the rendering origin.
|
getDataSize, getFlags, getSize, getType, setDataSize, setFlags, setSize
public EmfPlusSetRenderingOrigin(EmfPlusRecord source)
Initializes a new instance of the EmfPlusSetRenderingOrigin
class.
source
- The source.public int getX()
Gets or sets a 32-bit unsigned integer that defines the horizontal coordinate value of the rendering origin.
Value: The x.public void setX(int value)
Gets or sets a 32-bit unsigned integer that defines the horizontal coordinate value of the rendering origin.
Value: The x.public int getY()
Gets or sets a 32-bit unsigned integer that defines the vertical coordinate value of the rendering origin.
Value: The y.public void setY(int value)
Gets or sets a 32-bit unsigned integer that defines the vertical coordinate value of the rendering origin.
Value: The y.