FillRegionFrame Method (DeviceContext)
In This Topic
Draws a border around the specified region by using the specified brush.
Syntax
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.
Exceptions
Exception | Description |
C1.Framework.SystemErrorException | Defines an exception class to handle the system error. |
See Also