Point::IsNull

Point::IsNull
inline bool IsNull() const;
Description

IsNull tells whether the point is currently at null (or zero) state. In order to be at null state, the x and y coordinates both need to be equal to zero.

Return Value

A Boolean value of 1 (true) if both the x and y coordinate are 0; otherwise it returns 0 (false).