TcxCanvas.SetParams(TcxViewParams) Method
In This Article
Updates the canvas brush and font settings from a specified source.
#Declaration
Delphi
procedure SetParams(const AParams: TcxViewParams);
#Parameters
Name | Type |
---|---|
AParams | Tcx |
#Remarks
Call this procedure and pass the source canvas settings as a parameter to update the Brush.Color, Font, and Font.Color properties with the AParams.Color, AParams.Font, and AParams.TextColor values.
See Also