EmfArcTo
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfDrawingRecordType
public final class EmfArcTo extends EmfDrawingRecordType
The EMR_ARCTO record specifies an elliptical arc. It resets the current position to the end point of the arc.
Constructors
| Constructor | Description |
|---|---|
| EmfArcTo(EmfRecord source) | Initializes a new instance of the EmfArcTo class. |
| EmfArcTo() | Initializes a new instance of the EmfArcTo class. |
Methods
| Method | Description |
|---|---|
| getBox() | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle. |
| setBox(Rectangle value) | Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle. |
| getStart() | Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the first radial ending point, in logical units. |
| setStart(Point value) | Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the first radial ending point, in logical units. |
| getEnd() | Gets or sets a 64-bit WMF PointL object that specifies the coordinates of the second radial ending point, in logical units. |
| setEnd(Point value) | Gets or sets a 64-bit WMF PointL object that specifies the coordinates of the second radial ending point, in logical units. |
EmfArcTo(EmfRecord source)
public EmfArcTo(EmfRecord source)
Initializes a new instance of the EmfArcTo class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| source | EmfRecord | The source. |
EmfArcTo()
public EmfArcTo()
Initializes a new instance of the EmfArcTo class.
getBox()
public Rectangle getBox()
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle.
Returns: Rectangle
setBox(Rectangle value)
public void setBox(Rectangle value)
Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the bounding rectangle.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Rectangle |
getStart()
public Point getStart()
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the first radial ending point, in logical units.
Returns: Point
setStart(Point value)
public void setStart(Point value)
Gets or sets a 64-bit WMF PointL object, specified in [MS-WMF] section 2.2.2.15, which specifies the coordinates of the first radial ending point, in logical units.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Point |
getEnd()
public Point getEnd()
Gets or sets a 64-bit WMF PointL object that specifies the coordinates of the second radial ending point, in logical units.
Returns: Point
setEnd(Point value)
public void setEnd(Point value)
Gets or sets a 64-bit WMF PointL object that specifies the coordinates of the second radial ending point, in logical units.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Point |