TcxViewParams Record
Stores canvas attributes.
Declaration
TcxViewParams = record
Remarks
This record is designed to convey UI element settings between UI element styles and a GDI-based canvas. The TcxViewParams type has the following fields that store:
The brush pattern bitmap (Bitmap).
The brush fill color (Color).
The canvas font attributes (Font).
The color for text output (TextColor).
The Rectangle, FillRect, GetParams, and SetParams procedures of a GDI-based canvas accept a TcxViewParams value.
See Also