PrintDocument for WinForms
FillRect(Int32,Int32,Int32,Int32,IntPtr) メソッド


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > GraphicsUtils.GdiDc クラス > FillRect メソッド : FillRect(Int32,Int32,Int32,Int32,IntPtr) メソッド
矩形を塗りつぶします。
シンタックス
'宣言
 
Public Overloads Sub FillRect( _
   ByVal x As System.Integer, _
   ByVal y As System.Integer, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal brush As System.IntPtr _
) 
'使用法
 
Dim instance As GraphicsUtils.GdiDc
Dim x As System.Integer
Dim y As System.Integer
Dim width As System.Integer
Dim height As System.Integer
Dim brush As System.IntPtr
 
instance.FillRect(x, y, width, height, brush)
public void FillRect( 
   System.int x,
   System.int y,
   System.int width,
   System.int height,
   System.IntPtr brush
)

パラメータ

x
y
width
height
brush
参照

GraphicsUtils.GdiDc クラス
GraphicsUtils.GdiDc メンバ
オーバーロード一覧