Packages

 

com.aspose.imaging.fileformats.wmf.objects

Class WmfArc

  • All Implemented Interfaces:
    Cloneable


    public class WmfArc
    extends WmfRectangle

    The META_ARC record draws an elliptical arc.

    • Constructor Detail

      • WmfArc

        public WmfArc()
    • Method Detail

      • getEndArc

        public Point getEndArc()

        Gets or sets the end arc.

        Value: Coordinates of the ending point of the radial line defining the ending
      • setEndArc

        public void setEndArc(Point value)

        Gets or sets the end arc.

        Value: Coordinates of the ending point of the radial line defining the ending
      • getStartArc

        public Point getStartArc()

        Gets or sets the start arc.

        Value: Coordinates, in logical units, of the ending point of the radial line defining the starting point of the arc
      • setStartArc

        public void setStartArc(Point value)

        Gets or sets the start arc.

        Value: Coordinates, in logical units, of the ending point of the radial line defining the starting point of the arc