FMX.Printer.Win.TPrinterWin.SetCanvasDefaultSettings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCanvasDefaultSettings;

C++

void __fastcall SetCanvasDefaultSettings();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Printer.Win.pas
FMX.Printer.Win.hpp
FMX.Printer.Win TPrinterWin

Description

Protected method that is used internally in order to set the default canvas settings (Fill.Kind is Solid and Fill.Color is TAlphaColors.Black).

See Also