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
object ← XpsObject ← XpsPathSegment ← XpsArcSegment
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
Point
Returns/sets the endpoint of the elliptical arc.
public PointF Point { get; set; }
Property Value
RotationAngle
Returns/sets value indicating how the ellipse is rotated relative to the current coordinate system.
public float RotationAngle { get; set; }
Property Value
Size
Returns/sets the x and y radius of the elliptical arc as an x,y pair.
public SizeF Size { get; set; }
Property Value
SweepDirection
Returns/sets value specifying the direction in which the arc is drawn.
public XpsSweepDirection SweepDirection { get; set; }
Property Value
Methods
Clone()
Clones this arc segment.
public XpsArcSegment Clone()
Returns
Clone of this arc segment.