Skip to main content

TcxCanvas Class

A GDI-based canvas for DevExpress controls.

Declaration

TcxCanvas = class(
    TcxGdiBasedCanvas
)

Remarks

A control draws its content and UI elements on this canvas in GDI render mode. The TcxCanvas class wraps the standard TCanvas VCL class and extends it with additional draw routines, device context and clip region management functionality.

The TcxCanvas class has the following members that allow you to:

The TcxControl.Canvas and TcxControl.ActiveCanvas properties reference a TcxCanvas object. You can use these properties to draw bitmaps and primitives on a control’s surface in GDI render mode.

See Also