Class XpsArcSegment
Class XpsArcSegment
Namespace: Aspose.Page.XPS.XpsModel
Assembly: Aspose.Page.dll (25.1.2)
ArcSegment要素の特徴をカプセル化するクラスです。
この要素は、楕円弧を説明します。
public class XpsArcSegment : XpsPathSegment
継承
object ← XpsObject ← XpsPathSegment ← XpsArcSegment
継承されたメンバー
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; }
プロパティ値
Point
楕円弧の終点を返します/設定します。
public PointF Point { get; set; }
プロパティ値
RotationAngle
楕円が現在の座標系に対してどのように回転しているかを示す値を返します/設定します。
public float RotationAngle { get; set; }
プロパティ値
Size
楕円弧のxおよびy半径をx,yペアとして返します/設定します。
public SizeF Size { get; set; }
プロパティ値
SweepDirection
弧が描画される方向を指定する値を返します/設定します。
public XpsSweepDirection SweepDirection { get; set; }
プロパティ値
メソッド
Clone()
この弧セグメントをクローンします。
public XpsArcSegment Clone()
戻り値
この弧セグメントのクローン。