FMX.Filter.Effects.TFilterWrap.RightControl2

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RightControl2: Single read GetRightControl2 write SetRightControl2;

C++

__property float RightControl2 = {read=GetRightControl2, write=SetRightControl2};

Properties

Type Visibility Source Unit Parent
property published
FMX.Filter.Effects.pas
FMX.Filter.Effects.hpp
FMX.Filter.Effects TFilterWrap

Description

FMX.Filter.Effects.TFilterWrap.RightControl2 inherits from FMX.Filter.Effects.TWrapEffect.RightControl2. All content below this line refers to FMX.Filter.Effects.TWrapEffect.RightControl2.

Specifies the value for determining the horizontal coordinate of the second control point of the right Bezier curve used for wrapping.

RightControl2 is a System.Single value that takes values in the range from 0.00 through 1.00.

The second control point and the end point of the curve, which are determined by the RightControl2 and RightEnd properties, are positioned only on the bottom edge of the wrapped image. The vertical coordinate of the second control point is equal to the vertical coordinate of the bottom edge of the image to be wrapped. If the RightControl2 and RightEnd properties are animated, the second control point and the end point of the curve move along the bottom edge of the image to be wrapped.

If RightControl2 is not explicitly set, it is considered equal to 0.75.

See Also