FMX.Filter.Effects.TFilterWrap.RightControl1

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RightControl1: Single read GetRightControl1 write SetRightControl1;

C++

__property float RightControl1 = {read=GetRightControl1, write=SetRightControl1};

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

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

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

The first control point and the start point of the curve, which are determined by the RightControl1 and RightStart properties, are positioned only on the top edge of the wrapped image. The vertical coordinate of the first control point is equal to the vertical coordinate of the top edge of the image to be wrapped. If the RightControl1 and Rightstart properties are animated, the first control point and the start point of the curve move along the top edge of the image to be wrapped.

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

See Also