WmfPointObject
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.wmf.objects.WmfObject
public class WmfPointObject extends WmfObject
El objeto Point.
Constructores
| Constructor | Descripción |
|---|---|
| WmfPointObject() |
Métodos
| Método | Descripción |
|---|---|
| getPoint() | Obtiene o establece el punto. |
| setPoint(Point value) | Obtiene o establece el punto. |
WmfPointObject()
public WmfPointObject()
getPoint()
public Point getPoint()
Obtiene o establece el punto.
Valor: El punto.
Returns: Point
setPoint(Point value)
public void setPoint(Point value)
Obtiene o establece el punto.
Valor: El punto.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | Point |