Class XpsArcSegment

Class XpsArcSegment

Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)

Class incapsulating ArcSegment element features. This element describes an elliptical arc.

public class XpsArcSegment : XpsPathSegment

Inheritance

objectXpsObjectXpsPathSegmentXpsArcSegment

Inherited Members

XpsPathSegment.IsStroked, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

IsLargeArc

Returns/sets value determining whether the arc is drawn with a sweep of 180 or greater.

public bool IsLargeArc { get; set; }

Property Value

bool

Point

Returns/sets the endpoint of the elliptical arc.

public PointF Point { get; set; }

Property Value

PointF

RotationAngle

Returns/sets value indicating how the ellipse is rotated relative to the current coordinate system.

public float RotationAngle { get; set; }

Property Value

float

Size

Returns/sets the x and y radius of the elliptical arc as an x,y pair.

public SizeF Size { get; set; }

Property Value

SizeF

SweepDirection

Returns/sets value specifying the direction in which the arc is drawn.

public XpsSweepDirection SweepDirection { get; set; }

Property Value

XpsSweepDirection

Methods

Clone()

Clones this arc segment.

public XpsArcSegment Clone()

Returns

XpsArcSegment

Clone of this arc segment.

 English