TcxCanvas.GetParams(TcxViewParams) Method
Copies the canvas draw settings.
Declaration
procedure GetParams(var AParams: TcxViewParams);
Parameters
| Name | Type |
|---|---|
| AParams | TcxViewParams |
Remarks
Call this procedure and pass a TcxViewParams record as the AParams parameter to populate the record’s fields with the Brush.Color, Font, and Font.Color property values.
See Also