TcxCanvas Properties
A GDI-based canvas for DevExpress controls.
Name | Description |
---|---|
Base |
Returns the initial origin of the device context.
Inherited from Tcx |
Brush | Specifies the active brush of the canvas. |
Canvas | Provides access to the underlying VCL Canvas. |
Copy |
Specifies the active bitmap draw mode. |
DCOrigin |
Returns the current origin of the device context.
Inherited from Tcx |
Dpi |
Returns the number of pixels per logical inch along a horizontal axis. |
Dpi |
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 Tcx |
Image |
Specifies the image interpolation quality level for draw operations on the canvas.
Inherited from Tcx |
Is |
Identifies if an application is running in low-color mode.
Inherited from Tcx |
Pen | Specifies the active pen for the canvas. |
Pixels | Provides access to any pixel within the clip area on the canvas. |
Text |
Specifies if specific GDI text draw modes are active. |
Use |
Inherited from Tcx |
Use |
Specifies the alignment for right-to-left mode-dependent content.
Inherited from Tcx |
Viewport |
Specifies the viewport origin for the GDI-based canvas.
Inherited from Tcx |
Window |
Specifies the position of a window origin for the canvas.
Inherited from Tcx |
See Also