TcxGdiBasedCanvas.Handle Property
Provides access to a handle to the device context of the GDI-based canvas.
Declaration
property Handle: HDC read;
Property Value
Type |
---|
HDC |
Remarks
The GDI-based canvas uses this handle to manage the clip region, perform all primitive draw operations and two-dimensional linear transformations between world and page coordinate spaces for the device context.
See Also