System.Types.TPointF.Rotate

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function Rotate(const AAngle: Single): TPointF;

C++

TPointF Rotate(float Angle) const _ALWAYS_INLINE {

プロパティ

種類 可視性 ソース ユニット
function public
System.Types.pas
SystemTypes.h
System.Types TPointF


説明

現在の TPointF オブジェクトを指定された角度、回転させる関数です。

  • Angle: 回転を計算するために渡される角度(ラジアンで)。

Rotate は、回転後の TPointF オブジェクトの座標を返します。

関連項目