EmfArc

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 EmfArc extends EmfDrawingRecordType

The EMR_ARC record specifies an elliptical arc.

Constructors

ConstructorDescription
EmfArc(EmfRecord source)Initializes a new instance of the EmfArc class.
EmfArc()Initializes a new instance of the EmfArc class.

Methods

MethodDescription
getBox()Gets or sets a 128-bit WMF RectL object, specified in [MS-WMF] section 2.2.2.19, which specifies the inclusive-inclusive 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 inclusive-inclusive 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, in logical units, of the ending point of the radial line defining the starting point of the arc.
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, in logical units, of the ending point of the radial line defining the starting point of the arc.
getEnd()Gets or sets a 64-bit WMF PointL object that specifies the coordinates, in logical units, of the ending point of the radial line defining the ending point of the arc.
setEnd(Point value)Gets or sets a 64-bit WMF PointL object that specifies the coordinates, in logical units, of the ending point of the radial line defining the ending point of the arc.

EmfArc(EmfRecord source)

public EmfArc(EmfRecord source)

Initializes a new instance of the EmfArc class.

Parameters:

ParameterTypeDescription
sourceEmfRecordThe source.

EmfArc()

public EmfArc()

Initializes a new instance of the EmfArc 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 inclusive-inclusive 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 inclusive-inclusive bounding rectangle.

Parameters:

ParameterTypeDescription
valueRectangle

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, in logical units, of the ending point of the radial line defining the starting point of the arc.

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, in logical units, of the ending point of the radial line defining the starting point of the arc.

Parameters:

ParameterTypeDescription
valuePoint

getEnd()

public Point getEnd()

Gets or sets a 64-bit WMF PointL object that specifies the coordinates, in logical units, of the ending point of the radial line defining the ending point of the arc.

Returns: Point

setEnd(Point value)

public void setEnd(Point value)

Gets or sets a 64-bit WMF PointL object that specifies the coordinates, in logical units, of the ending point of the radial line defining the ending point of the arc.

Parameters:

ParameterTypeDescription
valuePoint