'Declaration
Public Overloads Sub FillRectangle( _ ByVal brushHandle As IntPtr, _ ByVal rectangle As Rectangle _ )
public void FillRectangle( IntPtr brushHandle, Rectangle rectangle )
Parameters
- brushHandle
- A System.IntPtr indicates the handle of the brush.
- rectangle
- A System.Drawing.Rectangle indicate the rectangle to fill.