FMX.Filter.Effects.TFilterCrop.RightBottom

From RAD Studio API Documentation

Delphi

property RightBottom: TPointF read GetRightBottom write SetRightBottom;

C++

__property System::Types::TPointF RightBottom = {read=GetRightBottom, write=SetRightBottom};

Properties

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

Description

{{#multireplace:FMX.Filter.Effects.TFilterCrop.RightBottom|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Filter.Effects.TCropEffect.RightBottom|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Filter.Effects.TCropEffect.RightBottom|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Specifies the right and bottom coordinates of the rectangle for this crop effect.

RightBottom is of type TPointF. Assign RightBottom a TPointF value with the right and bottom coordinates or use the PointF function as follows:

  CropEffect1.RightBottom := PointF(150, 150);

If RightBottom is not explicitly changed, it is considered (150,150). After the object image is cropped, the cropped area is scaled to fit the object boundaries.

See Also

Code Examples