FMX.Filter.Effects.TFilterWrap.RightEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RightEnd: Single read GetRightEnd write SetRightEnd;

C++

__property float RightEnd = {read=GetRightEnd, write=SetRightEnd};

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

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

RightEnd 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 end 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 RightEnd is not explicitly set, it is considered equal to 1.

See Also