Classe EmfBitFix28To4
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) | Initialise une nouvelle instance de la classe EmfBitFix28To4. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| frac_value | int | r/w | Obtient ou définit la valeur de fraction |
| int_val | int | r/w | Obtient ou définit la valeur entière |
| value | float | r | Obtient la valeur flottante résultante ; |
Constructor: EmfBitFix28To4(dword_data)
EmfBitFix28To4(dword_data)
Initialise une nouvelle instance de la classe EmfBitFix28To4.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| dword_data | int | Les données dword. |