FMX.Filter.Effects.TPerspectiveTransformEffect.TopLeft

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

Delphi

property TopLeft: TPointF read GetTopLeft write SetTopLeft;

C++

__property System::Types::TPointF TopLeft = {read=GetTopLeft, write=SetTopLeft};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects TPerspectiveTransformEffect

説明

結果のパースペクティブ変換の左上の点を示します。

関連項目