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

TcxGdiBasedCanvas Properties
Show Inherited Hide Inherited

The base class for classes that implement GDI-based canvas in DevExpress controls.
Name Description
BaseOrigin Returns the initial origin of the device context.
DCOrigin Returns the current origin of the device context.
Handle Provides access to a handle to the device context of the GDI-based canvas.
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.
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.
WindowOrg Specifies the position of a window origin for the canvas. Inherited from TcxCustomCanvas.
See Also