Constructor and Description |
---|
EmfPoint28To4() |
Modifier and Type | Method and Description |
---|---|
EmfBitFix28To4 |
getX()
Gets or sets a BitFIX28_4 object (section 2.2.1) that represents the horizontal coordinate of the point.
|
EmfBitFix28To4 |
getY()
Gets or sets a BitFIX28_4 object that represents the vertical coordinate of the point.
|
void |
setX(EmfBitFix28To4 value)
Gets or sets a BitFIX28_4 object (section 2.2.1) that represents the horizontal coordinate of the point.
|
void |
setY(EmfBitFix28To4 value)
Gets or sets a BitFIX28_4 object that represents the vertical coordinate of the point.
|
public EmfBitFix28To4 getX()
Gets or sets a BitFIX28_4 object (section 2.2.1) that represents the horizontal coordinate of the point.
public void setX(EmfBitFix28To4 value)
Gets or sets a BitFIX28_4 object (section 2.2.1) that represents the horizontal coordinate of the point.
public EmfBitFix28To4 getY()
Gets or sets a BitFIX28_4 object that represents the vertical coordinate of the point.
public void setY(EmfBitFix28To4 value)
Gets or sets a BitFIX28_4 object that represents the vertical coordinate of the point.