EmfBitFix28To4
Contents
[
Hide
]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
Constructor | Description |
---|---|
EmfBitFix28To4(int dwordData) | Initializes a new instance of the EmfBitFix28To4 class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
dwordData | int | The 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:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | int |
getValue()
public float getValue()
Gets the resulting float value;
Returns: float