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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > RenderRectangle クラス > RenderRectangle コンストラクタ : RenderRectangle コンストラクタ(Unit,Unit,LineDef,Brush)
矩形の幅。
矩形の高さ。
矩形の描画に使用される LineDef
矩形の塗りつぶしに使用されるブラシ。
矩形の幅と高さ、その描画に使用される LineDef、および塗りつぶしブラシを割り当てて、 RenderRectangleクラスの新しいインスタンスを初期化します。矩形の位置は、現在の RenderRectangleの位置に設定されます。
シンタックス
'宣言
 
Public Function New( _
   ByVal width As Unit, _
   ByVal height As Unit, _
   ByVal shapeLine As LineDef, _
   ByVal shapeFillBrush As System.Drawing.Brush _
)
'使用法
 
Dim width As Unit
Dim height As Unit
Dim shapeLine As LineDef
Dim shapeFillBrush As System.Drawing.Brush
 
Dim instance As New RenderRectangle(width, height, shapeLine, shapeFillBrush)
public RenderRectangle( 
   Unit width,
   Unit height,
   LineDef shapeLine,
   System.Drawing.Brush shapeFillBrush
)

パラメータ

width
矩形の幅。
height
矩形の高さ。
shapeLine
矩形の描画に使用される LineDef
shapeFillBrush
矩形の塗りつぶしに使用されるブラシ。
参照

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