EmfBitFix28To4 Class
Summary: The BitFIX28_4 object defines a numeric value in 28.4 bit FIX notation.
Module: aspose.imaging.fileformats.emf.emf.objects
Full Name: aspose.imaging.fileformats.emf.emf.objects.EmfBitFix28To4
Inheritance: EmfObject
Constructors
| Name | Description |
|---|---|
| EmfBitFix28To4(dword_data) | Initializes a new instance of the EmfBitFix28To4 class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| frac_value | int | r/w | Gets or sets the fraction value |
| int_val | int | r/w | Gets or sets the integer value value |
| value | float | r | Gets the resulting float value; |
Constructor: EmfBitFix28To4(dword_data)
EmfBitFix28To4(dword_data)
Initializes a new instance of the EmfBitFix28To4 class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| dword_data | int | The dword data. |