Package | Description |
---|---|
com.aspose.imaging.fileformats.emf.emf.objects |
The package contains types [MS-EMF]: Enhanced Metafile Format.
|
Modifier and Type | Method and Description |
---|---|
EmfBitFix28To4 |
EmfPoint28To4.getX()
Gets or sets a BitFIX28_4 object (section 2.2.1) that represents the horizontal coordinate of the point.
|
EmfBitFix28To4 |
EmfPoint28To4.getY()
Gets or sets a BitFIX28_4 object that represents the vertical coordinate of the point.
|
Modifier and Type | Method and Description |
---|---|
void |
EmfPoint28To4.setX(EmfBitFix28To4 value)
Gets or sets a BitFIX28_4 object (section 2.2.1) that represents the horizontal coordinate of the point.
|
void |
EmfPoint28To4.setY(EmfBitFix28To4 value)
Gets or sets a BitFIX28_4 object that represents the vertical coordinate of the point.
|