'Declaration
Public Overridable Sub FillRegion( _ ByVal brushHandle As IntPtr, _ ByVal regionHandle As IntPtr _ )
public virtual void FillRegion( IntPtr brushHandle, IntPtr regionHandle )
Parameters
- brushHandle
- A System.IntPtr indicates the handle of the brush.
- regionHandle
- A System.IntPtr indicates the handle of the region.