API: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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。