FMX.Types.TPosition.Reflect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Reflect(const Normal: TPointF);

C++

void __fastcall Reflect(const System::Types::TPointF &Normal);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TPosition

Description

Returns the reflection of the current vector across a specified line.

Use the Reflect function to obtain the reflection of the current position across the perpendicular on the point given as parameter.


See Also