System.Types.TPointF.operator !=

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

C++

bool operator !=(const TPointF& pt) const {

プロパティ

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

説明

2 つの点が等しくないかどうかを確認します。

これらの点が等しくない場合、True を返します。 そうでなければ、False を返します。

2 つの点は、位置が同じであれば、等しいと判断されます。

関連項目