Class XpsArcSegment

Class XpsArcSegment

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

封装 ArcSegment 元素特性的类。
该元素描述一个椭圆弧。

public class XpsArcSegment : XpsPathSegment

继承

objectXpsObjectXpsPathSegmentXpsArcSegment

继承成员

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

属性

IsLargeArc

返回/设置一个值,用于确定弧是否以 180 或更大的角度绘制。

public bool IsLargeArc { get; set; }

属性值

bool

Point

返回/设置椭圆弧的端点。

public PointF Point { get; set; }

属性值

PointF

RotationAngle

返回/设置一个值,指示椭圆相对于当前坐标系的旋转角度。

public float RotationAngle { get; set; }

属性值

float

Size

返回/设置椭圆弧的 x 和 y 半径,以 x,y 对的形式表示。

public SizeF Size { get; set; }

属性值

SizeF

SweepDirection

返回/设置一个值,指定弧的绘制方向。

public XpsSweepDirection SweepDirection { get; set; }

属性值

XpsSweepDirection

方法

Clone()

克隆此弧段。

public XpsArcSegment Clone()

返回

XpsArcSegment

此弧段的克隆。

 中文