TcxCanvas.GetParams(TcxViewParams) Method
In This Article
Copies the canvas draw settings.
#Declaration
Delphi
procedure GetParams(var AParams: TcxViewParams);
#Parameters
Name | Type |
---|---|
AParams | Tcx |
#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