PrintDocument for WinForms
RenderPie コンストラクタ(Unit,Unit,Single,Single)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderPie クラス > RenderPie コンストラクタ : RenderPie コンストラクタ(Unit,Unit,Single,Single)
The width of the ellipse containing the pie shape.
The height of the ellipse containing the pie shape.
The angle, in degrees, clockwise from the X axis to the start of the pie's arc.
The angle, measured in degrees, clockwise from startAngle to the end of the pie's arc.
Initializes a new instance of the RenderPie class, assigning the width, height, and start and sweep angles of the pie shape. The location of the shape is set to the location of the current RenderPie.
シンタックス
'宣言
 
Public Function New( _
   ByVal width As Unit, _
   ByVal height As Unit, _
   ByVal startAngle As System.Single, _
   ByVal sweepAngle As System.Single _
)
'使用法
 
Dim width As Unit
Dim height As Unit
Dim startAngle As System.Single
Dim sweepAngle As System.Single
 
Dim instance As New RenderPie(width, height, startAngle, sweepAngle)
public RenderPie( 
   Unit width,
   Unit height,
   System.float startAngle,
   System.float sweepAngle
)

パラメータ

width
The width of the ellipse containing the pie shape.
height
The height of the ellipse containing the pie shape.
startAngle
The angle, in degrees, clockwise from the X axis to the start of the pie's arc.
sweepAngle
The angle, measured in degrees, clockwise from startAngle to the end of the pie's arc.
参照

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