FMX.Filter.Effects.TFilterPerspectiveTransform.TopLeft

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TopLeft: TPointF read GetTopLeft write SetTopLeft;

C++

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

Properties

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

Description

FMX.Filter.Effects.TFilterPerspectiveTransform.TopLeft inherits from FMX.Filter.Effects.TPerspectiveTransformEffect.TopLeft. All content below this line refers to FMX.Filter.Effects.TPerspectiveTransformEffect.TopLeft.

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

See Also