Reports for WPF
RenderArc コンストラクタ(Unit,Unit,Unit,Unit,Single,Single)

C1.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > RenderArc クラス > RenderArc コンストラクタ : RenderArc コンストラクタ(Unit,Unit,Unit,Unit,Single,Single)
円弧を含む楕円の X 座標。
円弧を含む楕円の Y 座標。
円弧を含む楕円の幅。
円弧を含む楕円の高さ。
X 軸から円弧の開始点まで、 時計回りに測定した角度(度単位)。
startAngle から円弧の終了点まで、 時計回りに測定した角度(度単位)。
円弧の位置、サイズ、開始/掃引角度を割り当てて、RenderArc クラスの 新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal x As Unit, _
   ByVal y As Unit, _
   ByVal width As Unit, _
   ByVal height As Unit, _
   ByVal startAngle As System.Single, _
   ByVal sweepAngle As System.Single _
)
public RenderArc( 
   Unit x,
   Unit y,
   Unit width,
   Unit height,
   System.float startAngle,
   System.float sweepAngle
)

パラメータ

x
円弧を含む楕円の X 座標。
y
円弧を含む楕円の Y 座標。
width
円弧を含む楕円の幅。
height
円弧を含む楕円の高さ。
startAngle
X 軸から円弧の開始点まで、 時計回りに測定した角度(度単位)。
sweepAngle
startAngle から円弧の終了点まで、 時計回りに測定した角度(度単位)。
参照

RenderArc クラス
RenderArc メンバ
オーバーロード一覧