System.Types.TPointF.IsEmpty

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

C++

bool IsEmpty() const _ALWAYS_INLINE {

プロパティ

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

説明

点が空かどうかを確認します。

IsEmpty は、点が空の場合、Boolean 値 True を返します。 そうでなければ、False を返します。 両座標が 0 の場合、点は空です。

関連項目