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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > RenderEllipse クラス > RenderEllipse コンストラクタ : RenderEllipse コンストラクタ(Unit,Unit,Unit,Unit,LineDef)
楕円の X座標。
楕円の Y座標。
楕円の幅。
楕円の高さ。
楕円の描画に使用される LineDef
楕円の位置とサイズ、およびその描画に使用される LineDefを割り当てて、 RenderEllipseクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal x As Unit, _
   ByVal y As Unit, _
   ByVal width As Unit, _
   ByVal height As Unit, _
   ByVal shapeLine As LineDef _
)
'使用法
 
Dim x As Unit
Dim y As Unit
Dim width As Unit
Dim height As Unit
Dim shapeLine As LineDef
 
Dim instance As New RenderEllipse(x, y, width, height, shapeLine)
public RenderEllipse( 
   Unit x,
   Unit y,
   Unit width,
   Unit height,
   LineDef shapeLine
)

パラメータ

x
楕円の X座標。
y
楕円の Y座標。
width
楕円の幅。
height
楕円の高さ。
shapeLine
楕円の描画に使用される LineDef
参照

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