FMX.Filter.Effects.TPerspectiveTransformEffect.TopRight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TopRight: TPointF read GetTopRight write SetTopRight;

C++

__property System::Types::TPointF TopRight = {read=GetTopRight, write=SetTopRight};

Properties

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

Description

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

See Also