EmfPlusSetRenderingOrigin
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusRecord, com.aspose.imaging.fileformats.emf.emfplus.records.EmfPlusPropertyRecordType
public final class EmfPlusSetRenderingOrigin extends EmfPlusPropertyRecordType
The EmfPlusSetRenderingOrigin record specifies the rendering origin for graphics output.
Constructors
| Constructor | Description |
|---|---|
| EmfPlusSetRenderingOrigin(EmfPlusRecord source) | Initializes a new instance of the EmfPlusSetRenderingOrigin class. |
Methods
| Method | Description |
|---|---|
| getX() | Gets or sets a 32-bit unsigned integer that defines the horizontal coordinate value of the rendering origin. |
| setX(int value) | Gets or sets a 32-bit unsigned integer that defines the horizontal coordinate value of the rendering origin. |
| getY() | Gets or sets a 32-bit unsigned integer that defines the vertical coordinate value of the rendering origin. |
| setY(int value) | Gets or sets a 32-bit unsigned integer that defines the vertical coordinate value of the rendering origin. |
EmfPlusSetRenderingOrigin(EmfPlusRecord source)
public EmfPlusSetRenderingOrigin(EmfPlusRecord source)
Initializes a new instance of the EmfPlusSetRenderingOrigin class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| source | EmfPlusRecord | The source. |
getX()
public int getX()
Gets or sets a 32-bit unsigned integer that defines the horizontal coordinate value of the rendering origin.
Value: The x.
Returns: int
setX(int value)
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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
getY()
public int getY()
Gets or sets a 32-bit unsigned integer that defines the vertical coordinate value of the rendering origin.
Value: The y.
Returns: int
setY(int value)
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.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |