System.Types.TPoint.operator Subtraction

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

Delphi

class operator Subtract(const Lhs, Rhs : TPoint): TPoint;

プロパティ

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

説明

2 つの TPoint オブジェクトの差分を計算します。

結果の X プロパティは、1 つ目の TPointX 値と、2 つ目の TPointX 値との差分です。 結果の Y プロパティは、1 つ目の TPointY 値と、2 つ目の TPointY 値との差分です。

関連項目