Back to Devexpress

TcxCanvas Class

vcl-cxgraphics-c6f6279a.md

latest6.8 KB
Original Source

TcxCanvas Class

A GDI-based canvas for DevExpress controls.

Declaration

delphi
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.

Inheritance

TObject TcxIUnknownObject TcxCustomCanvas TcxCustomGdiBasedCanvas TcxGdiBasedCanvas TcxCanvas

See Also

TcxCanvas Members

cxGraphics Unit