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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > RenderRectangle クラス > RenderRectangle コンストラクタ : RenderRectangle コンストラクタ(Unit,Unit,Unit,Unit,LineDef)
現在のオブジェクトの位置に相対的な矩形の X座標。
現在のオブジェクトの位置に相対的な矩形の Y座標。
矩形の幅。
矩形の高さ。
矩形の描画に使用される LineDef
矩形の位置とサイズ、およびその描画に使用される LineDefを割り当てて、 RenderRectangleクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
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 RenderRectangle(x, y, width, height, shapeLine)
public RenderRectangle( 
   Unit x,
   Unit y,
   Unit width,
   Unit height,
   LineDef shapeLine
)

パラメータ

x
現在のオブジェクトの位置に相対的な矩形の X座標。
y
現在のオブジェクトの位置に相対的な矩形の Y座標。
width
矩形の幅。
height
矩形の高さ。
shapeLine
矩形の描画に使用される LineDef
参照

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