System.Types.TSmallPoint.operator Addition

提供:RAD Studio API Documentation

Delphi

class operator Equal(const Lhs, Rhs : TSmallPoint) : Boolean;
class operator NotEqual(const Lhs, Rhs : TSmallPoint): Boolean;
class operator Add(const Lhs, Rhs : TSmallPoint): TSmallPoint;

プロパティ

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

説明

2 つの TSmallPoint オブジェクトの合計を計算します。

Addition 演算子 を呼び出すと、ある TSmallPoint オブジェクトの x および y 座標を、別の TSmallPoint オブジェクトの x および y 座標に足します。

関連項目