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 オブジェクトの StrokeStrokeThicknessStrokeCapStrokeDashStrokeJoinFill の各プロパティで定義されている特性、色、不透明度を持つ描画ペンおよびブラシを使って、経路の輪郭を描画し背景を塗りつぶします。

関連項目