CGDIRgn::CGDIRgn

CGDIRgn::CGDIRgn(HRGN h, bool bOwn)

Attach constructor. Initializes a new instance of CGDIRgn and optionally attaches a previously existing bitmap handle. The ownership of this handle is determined by the bOwn parameter.

Defined in: GDIObjects.h

Parameters

h

Handle to existing GDI region, or NULL if the object is being created in detached state.

bOwn

Ownership flag. If true, this instance takes ownership of the handle, otherwise the instance just wraps the handle but does not control its life time.