EmfPoint28To4

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.objects.EmfObject

public final class EmfPoint28To4 extends EmfObject

The Point28_4 object represents the location of a point on a device surface with coordinates in 28.4 bit FIX notation.

Constructors

ConstructorDescription
EmfPoint28To4()

Methods

MethodDescription
getX()Gets or sets a BitFIX28_4 object (section 2.2.1) that represents the horizontal coordinate of the point.
setX(EmfBitFix28To4 value)Gets or sets a BitFIX28_4 object (section 2.2.1) that represents the horizontal coordinate of the point.
getY()Gets or sets a BitFIX28_4 object that represents the vertical coordinate of the point.
setY(EmfBitFix28To4 value)Gets or sets a BitFIX28_4 object that represents the vertical coordinate of the point.

EmfPoint28To4()

public EmfPoint28To4()

getX()

public EmfBitFix28To4 getX()

Gets or sets a BitFIX28_4 object (section 2.2.1) that represents the horizontal coordinate of the point.

Returns: EmfBitFix28To4

setX(EmfBitFix28To4 value)

public void setX(EmfBitFix28To4 value)

Gets or sets a BitFIX28_4 object (section 2.2.1) that represents the horizontal coordinate of the point.

Parameters:

ParameterTypeDescription
valueEmfBitFix28To4

getY()

public EmfBitFix28To4 getY()

Gets or sets a BitFIX28_4 object that represents the vertical coordinate of the point.

Returns: EmfBitFix28To4

setY(EmfBitFix28To4 value)

public void setY(EmfBitFix28To4 value)

Gets or sets a BitFIX28_4 object that represents the vertical coordinate of the point.

Parameters:

ParameterTypeDescription
valueEmfBitFix28To4