System.Types.TPointF.operator -

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

C++

TPointF operator -(const TPointF& rhs) const {
TPointF operator-() const { return TPointF(-this->x, -this->y); }

プロパティ

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

説明

点の場所の座標から指定された値を引きます。

operator - は、ある点の場所から、別の点の場所の値を引きます

関連項目