'Declaration
Public Overridable Sub FillRegionFrame( _ ByVal brushHandle As IntPtr, _ ByVal regionHandle As IntPtr, _ ByVal strokeSize As Size _ )
public virtual void FillRegionFrame( IntPtr brushHandle, IntPtr regionHandle, Size strokeSize )
Parameters
- brushHandle
- A System.IntPtr indicates the handle of the brush.
- regionHandle
- A System.IntPtr indicates the handle of the region.
- strokeSize
- A System.Drawing.Size that specifies the width of vertical brush strokes and the height of the horizontal brush strokes.