EmfBitFix28To4

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

public final class EmfBitFix28To4 extends EmfObject

The BitFIX28_4 object defines a numeric value in 28.4 bit FIX notation.

Constructors

ConstructorDescription
EmfBitFix28To4(int dwordData)Initializes a new instance of the EmfBitFix28To4 class.

Methods

MethodDescription
getIntVal()Gets or sets the integer value value
setIntVal(int value)Gets or sets the integer value value
getFracValue()Gets or sets the fraction value
setFracValue(int value)Gets or sets the fraction value
getValue()Gets the resulting float value;

EmfBitFix28To4(int dwordData)

public EmfBitFix28To4(int dwordData)

Initializes a new instance of the EmfBitFix28To4 class.

Parameters:

ParameterTypeDescription
dwordDataintThe dword data.

getIntVal()

public int getIntVal()

Gets or sets the integer value value

Returns: int

setIntVal(int value)

public void setIntVal(int value)

Gets or sets the integer value value

Parameters:

ParameterTypeDescription
valueint

getFracValue()

public int getFracValue()

Gets or sets the fraction value

Returns: int

setFracValue(int value)

public void setFracValue(int value)

Gets or sets the fraction value

Parameters:

ParameterTypeDescription
valueint

getValue()

public float getValue()

Gets the resulting float value;

Returns: float