Constructor and Description |
---|
EmfBitFix28To4(int dwordData)
Initializes a new instance of the
EmfBitFix28To4 class. |
Modifier and Type | Method and Description |
---|---|
int |
getFracValue()
Gets or sets the fraction value
|
int |
getIntVal()
Gets or sets the integer value value
|
float |
getValue()
Gets the resulting float value;
|
void |
setFracValue(int value)
Gets or sets the fraction value
|
void |
setIntVal(int value)
Gets or sets the integer value value
|
public EmfBitFix28To4(int dwordData)
Initializes a new instance of the EmfBitFix28To4
class.
dwordData
- The dword data.public int getIntVal()
Gets or sets the integer value value
public void setIntVal(int value)
Gets or sets the integer value value
public int getFracValue()
Gets or sets the fraction value
public void setFracValue(int value)
Gets or sets the fraction value
public float getValue()
Gets the resulting float value;