Class EmfBitFix28To4
Class EmfBitFix28To4
Namespace: Aspose.Imaging.FileFormats.Emf.Emf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
The BitFIX28_4 object defines a numeric value in 28.4 bit FIX notation.
public sealed class EmfBitFix28To4 : EmfObject
Inheritance
object ← MetaObject ← EmfObject ← EmfBitFix28To4
Inherited Members
object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EmfBitFix28To4(int)
Initializes a new instance of the Aspose.Imaging.FileFormats.Emf.Emf.Objects.EmfBitFix28To4 class.
public EmfBitFix28To4(int dwordData)
Parameters
dwordData
int
The dword data.
Properties
FracValue
Gets or sets the fraction value
public int FracValue { get; set; }
Property Value
IntVal
Gets or sets the integer value value
public int IntVal { get; set; }
Property Value
Value
Gets the resulting float value;
public float Value { get; }