Vcl.Printers.TPrinter.Canvas

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Canvas: TCanvas read GetCanvas;

C++

__property Vcl::Graphics::TCanvas* Canvas = {read=GetCanvas};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Printers.pas
Vcl.Printers.hpp
Vcl.Printers TPrinter


説明

現在出力中のページの画面を表します。

Canvas は、出力中のページの画面を表します。 Canvas オブジェクトの、Brush、Font、Pen の各プロパティを使用すると、描画したものやテキストが、どのようにページ上に現れるかを指定できます。

関連項目