[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.FillRegionFrame

FillRegionFrame Method

FillRegionFrame(IntPtr, IntPtr, Size)

Draws a border around the specified region by using the specified brush.

Declaration
public virtual void FillRegionFrame(IntPtr brushHandle, IntPtr regionHandle, Size strokeSize)
Public Overridable Sub FillRegionFrame(brushHandle As IntPtr, regionHandle As IntPtr, strokeSize As Size)
Parameters
Type Name Description
IntPtr brushHandle

A IntPtr indicates the handle of the brush.

IntPtr regionHandle

A IntPtr 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.

Exceptions
Type Condition
SystemErrorException