Class WmfArc

Class WmfArc

Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

The META_ARC record draws an elliptical arc.

public class WmfArc : WmfRectangle

Inheritance

objectMetaObjectWmfObjectWmfRectangleWmfArc

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

Point

StartArc

Gets or sets the start arc.

public Point StartArc { get; set; }

Property Value

Point