[]
Draws a border around the specified region by using the specified brush.
public virtual void FillRegionFrame(nint brushHandle, nint regionHandle, Size strokeSize)
Public Overridable Sub FillRegionFrame(brushHandle As IntPtr, regionHandle As IntPtr, strokeSize As Size)
| Type | Name | Description |
|---|---|---|
| nint | brushHandle | A nint indicates the handle of the brush. |
| nint | regionHandle | A nint indicates the handle of the region. |
| Size | strokeSize | A Size that specifies the width of vertical brush strokes and the height of the horizontal brush strokes. |
| Type | Condition |
|---|---|
| SystemErrorException |