XpsDocument.CreateArcSegment

XpsDocument.CreateArcSegment method

新しい楕円弧セグメントを作成します。

public XpsArcSegment CreateArcSegment(PointF point, SizeF size, float rotationAngle, 
    bool isLargeArc, XpsSweepDirection sweepDirection, bool isStroked = true)
パラメータタイプ説明
pointPointF楕円弧の終点。
sizeSizeFx、y ペアとしての楕円弧の x および y 半径。
rotationAngleSingle現在の座標系を基準にして楕円をどのように回転させるかを示します。
isLargeArcBoolean円弧が 180 以上のスイープで描かれるかどうかを決定します。
sweepDirectionXpsSweepDirection円弧が描かれる方向。
isStrokedBooleanパスのこのセグメントのストロークを描画するかどうかを指定します。

戻り値

新しい楕円弧セグメント。

関連項目