FMX.Filter.Effects.TFilterPerspectiveTransform.BottomRight

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BottomRight: TPointF read GetBottomRight write SetBottomRight;

C++

__property System::Types::TPointF BottomRight = {read=GetBottomRight, write=SetBottomRight};

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.BottomRight inherits from FMX.Filter.Effects.TPerspectiveTransformEffect.BottomRight. All content below this line refers to FMX.Filter.Effects.TPerspectiveTransformEffect.BottomRight.

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

See Also