WmfPointObject
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject
public class WmfPointObject extends WmfObject
The Point object.
Constructors
Constructor | Description |
---|---|
WmfPointObject() |
Methods
Method | Description |
---|---|
getPoint() | Gets or sets the point. |
setPoint(Point value) | Gets or sets the point. |
WmfPointObject()
public WmfPointObject()
getPoint()
public Point getPoint()
Gets or sets the point.
Value: The point.
Returns: Point
setPoint(Point value)
public void setPoint(Point value)
Gets or sets the point.
Value: The point.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Point |