Fills a rectangle.
シンタックス
'宣言
Public Overloads Sub FillRect( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal 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 ,
System.int ,
System.int ,
System.int ,
System.IntPtr
)
パラメータ
- x
- y
- width
- height
- brush
参照