TcxGdiBasedCanvas Properties
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