FMX.Objects.TCustomPath

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

FMX.Objects.TShapeFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomPath

Delphi

TCustomPath = class(TShape, IPathObject)

C++

class PASCALIMPLEMENTATION TCustomPath : public TShape

プロパティ

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


説明

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

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

関連項目