Class WmfArc
Class WmfArc
Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (26.3.0)
The META_ARC record draws an elliptical arc.
public class WmfArc : WmfRectangleInheritance
object ← MetaObject ← WmfObject ← WmfRectangle ← WmfArc
Inherited Members
WmfRectangle.Rectangle , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
WmfArc()
public WmfArc()Properties
EndArc
Gets or sets the end arc.
public Point EndArc { get; set; }Property Value
StartArc
Gets or sets the start arc.
public Point StartArc { get; set; }