System.Types.TPointF.Rotate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Rotate(const AAngle: Single): TPointF;

C++

TPointF Rotate(float Angle) const _ALWAYS_INLINE {

Properties

Type Visibility Source Unit Parent
function public
System.Types.pas
SystemTypes.h
System.Types TPointF

Description

Function to rotate the current TPointF object with the provided angle.

  • Angle: The angle provided to calculate the rotation, in radians.

Rotate returns the coordinates of the TPointF object after rotation.

See Also