System.Types.TPointF.Subtract
Delphi
function Subtract(const Point: TPointF): TPointF; overload; deprecated 'Use TPointF.Offset instead';
function Subtract(const Point: TPoint): TPointF; overload; deprecated 'Use TPointF.Offset instead';
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | System.Types.pas | System.Types | TPointF |
説明
2 つの TPointF オブジェクトの差分を計算します。
結果の X プロパティは、1 つ目の TPointF の X
値と、2 つ目の TPointF の X
値との差分です。 結果の Y プロパティは、1 つ目の TPointF の Y
値と、2 つ目の TPointF の Y
値との差分です。