[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.DeviceContexts.DeviceContext.FillRegion

FillRegion Method

FillRegion(nint, nint)

Fills the region by the specified brush.

Declaration
public virtual void FillRegion(nint brushHandle, nint regionHandle)
Public Overridable Sub FillRegion(brushHandle As IntPtr, regionHandle As IntPtr)
Parameters
Type Name Description
nint brushHandle

A nint indicates the handle of the brush.

nint regionHandle

A nint indicates the handle of the region.

Exceptions
Type Condition
SystemErrorException