ArcShape.ArcShape

ArcShape()

の新しいインスタンスを初期化しますArcShapeclass.

public ArcShape()

関連項目


ArcShape(RectangleF, float, float)

の新しいインスタンスを初期化しますArcShapeclass.

public ArcShape(RectangleF rectangle, float startAngle, float sweepAngle)
パラメータタイプ説明
rectangleRectangleF長方形。
startAngleSingle開始角度。
sweepAngleSingleスイープ角度。

関連項目


ArcShape(RectangleF, float, float, bool)

の新しいインスタンスを初期化しますArcShapeclass.

public ArcShape(RectangleF rectangle, float startAngle, float sweepAngle, bool isClosed)
パラメータタイプ説明
rectangleRectangleF長方形。
startAngleSingle開始角度。
sweepAngleSingleスイープ角度。
isClosedBooleanに設定した場合真実アークは閉じています。閉じた円弧は、実際には楕円に縮退しています。

関連項目