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

ConstructorDescription
WmfPointObject()

Methods

MethodDescription
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:

ParameterTypeDescription
valuePoint