FMX.Filter.Effects.TPerspectiveTransformEffect.BottomLeft

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BottomLeft: TPointF read GetBottomLeft write SetBottomLeft;

C++

__property System::Types::TPointF BottomLeft = {read=GetBottomLeft, write=SetBottomLeft};

Properties

Type Visibility Source Unit Parent
property public
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects TPerspectiveTransformEffect

Description

Specifies the lower-left point of the resulted perspective transformation.

See Also