Table of Contents

Class WmfArc

Namespace
Aspose.Imaging.FileFormats.Wmf.Objects
Assembly
Aspose.Imaging.dll

The META_ARC record draws an elliptical arc.

public class WmfArc : WmfRectangle
Inheritance
WmfArc
Inherited Members

Constructors

WmfArc()

public WmfArc()

Properties

EndArc

Gets or sets the end arc.

public Point EndArc { get; set; }

Property Value

Point

Coordinates of the ending point of the radial line defining the ending

StartArc

Gets or sets the start arc.

public Point StartArc { get; set; }

Property Value

Point

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