Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCanvas Properties
Show Inherited Hide Inherited

A GDI-based canvas for DevExpress controls.
Name Description
BaseOrigin Returns the initial origin of the device context. Inherited from TcxGdiBasedCanvas.
Brush Specifies the active brush of the canvas.
Canvas Provides access to the underlying VCL Canvas.
CopyMode Specifies the active bitmap draw mode.
DCOrigin Returns the current origin of the device context. Inherited from TcxGdiBasedCanvas.
DpiX Returns the number of pixels per logical inch along a horizontal axis.
DpiY Returns the number of pixels per logical inch along a vertical axis.
Font Specifies the active font for the canvas.
Handle Provides access to a handle to the device context of the GDI-based canvas. Inherited from TcxGdiBasedCanvas.
ImageStretchQuality Specifies the image interpolation quality level for draw operations on the canvas. Inherited from TcxCustomCanvas.
IsLowColorsMode Identifies if an application is running in low-color mode. Inherited from TcxCustomCanvas.
Pen Specifies the active pen for the canvas.
Pixels Provides access to any pixel within the clip area on the canvas.
TextFlags Specifies if specific GDI text draw modes are active.
UseGDITextCalculation Inherited from TcxCustomCanvas.
UseRightToLeftAlignment Specifies the alignment for right-to-left mode-dependent content. Inherited from TcxCustomCanvas.
ViewportOrg Specifies the viewport origin for the GDI-based canvas. Inherited from TcxGdiBasedCanvas.
WindowOrg Specifies the position of a window origin for the canvas. Inherited from TcxCustomCanvas.
See Also