'宣言 Public Overloads Overridable Sub FillRectangle( _ ByVal brushHandle As System.IntPtr, _ ByVal rectangle As System.Drawing.Rectangle _ )
public virtual void FillRectangle( System.IntPtr brushHandle, System.Drawing.Rectangle rectangle )
パラメータ
- brushHandle
- A System.IntPtr indicates the handle of the brush.
- rectangle
- A System.Drawing.Rectangle indicate the rectangle to fill.