Vcl.Graphics.TPen

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

Vcl.Graphics.TGraphicsObjectSystem.Classes.TPersistentSystem.TObjectTPen

Delphi

TPen = class(TGraphicsObject)

C++

class PASCALIMPLEMENTATION TPen : public TGraphicsObject

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics Vcl.Graphics

説明

TPen は,キャンバス上に線や図形のアウトラインを描画するために使用します。

TPen を使用するとキャンバス(TCanvas)にイメージを描画するときに Windows ペンの属性を指定できます。TPen はキャンバスの Pen プロパティの型として使用されています。

関連項目

コード サンプル