API:FMX.Objects.TPath

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

FMX.Objects.TCustomPathFMX.Objects.TShapeFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTPath

Delphi

TPath = class(TCustomPath)

C++

class PASCALIMPLEMENTATION TPath : public TCustomPath

プロパティ

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

説明

TCustomPath は、接続された曲線や直線のグループを表す、2 次元経路形式のあらゆる図形の基底クラスです。

FMX.Objects.TPath は FMX.Objects.TCustomPath を継承しています。以下の内容はすべて FMX.Objects.TCustomPath を参照しています。


TCustomPath は、接続された曲線や直線のグループを表す、2 次元経路形式のあらゆる図形の基底クラスです。

TCustomPath は、経路の Data グラフィックスを、Paint メソッドでレンダリングします。Paint では、経路グラフィックスの拡大/縮小や位置決めを、WrapMode パラメータにしたがって行います。Paint は、経路輪郭の描画や背景の塗りつぶしなどを描画ペンやブラシを使用して行い、それらのプロパティや色、透明度は TCustomPath オブジェクトのプロパティ StrokeFill によって定義されています。

関連項目