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

ConstructorDescription
EmfPlusSetRenderingOrigin(EmfPlusRecord source)Initializes a new instance of the EmfPlusSetRenderingOrigin class.

Methods

MethodDescription
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:

ParameterTypeDescription
sourceEmfPlusRecordThe 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:

ParameterTypeDescription
valueint

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:

ParameterTypeDescription
valueint