Back to Devexpress

TcxRegionHandle Type

vcl-cxgraphics-441c6fa3.md

latest601 B
Original Source

TcxRegionHandle Type

A handle to the window region.

Declaration

delphi
TcxRegionHandle = Winapi.Windows.HRGN;

Referenced Class

Type
HRGN

Remarks

The TcxRegion class uses this handle to address and modify the corresponding window region. The TcxRegion.Handle property references the TcxRegionHandle type.

See Also

cxGraphics Unit