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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderArc クラス > RenderArc コンストラクタ : RenderArc コンストラクタ(Unit,Unit,Single,Single,LineDef)
The width of the ellipse containing the arc.
The height of the ellipse containing the arc.
The angle, in degrees, clockwise from the X axis to the start of the arc.
The angle, measured in degrees, clockwise from startAngle to the end of the arc.
The LineDef used to draw the arc.
Initializes a new instance of the RenderArc class, assigning the width, height, start and sweep angles of the arc, and the LineDef used to draw the arc. The location of the arc's ellipse 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, _
   ByVal shapeLine As LineDef _
)
'使用法
 
Dim width As Unit
Dim height As Unit
Dim startAngle As System.Single
Dim sweepAngle As System.Single
Dim shapeLine As LineDef
 
Dim instance As New RenderArc(width, height, startAngle, sweepAngle, shapeLine)
public RenderArc( 
   Unit width,
   Unit height,
   System.float startAngle,
   System.float sweepAngle,
   LineDef shapeLine
)

パラメータ

width
The width of the ellipse containing the arc.
height
The height of the ellipse containing the arc.
startAngle
The angle, in degrees, clockwise from the X axis to the start of the arc.
sweepAngle
The angle, measured in degrees, clockwise from startAngle to the end of the arc.
shapeLine
The LineDef used to draw the arc.
参照

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