System.Types.TSmallPoint.IsZero

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsZero : Boolean;

C++

bool IsZero() const _ALWAYS_INLINE {

Properties

Type Visibility Source Unit Parent
function public
System.Types.pas
SystemTypes.h
System.Types TSmallPoint

Description

Tests whether both the x and y coordinates of a TSmallPoint object are zero.

IsZero returns the Boolean value True if both the x and y coordinates of the TSmallPoint object are zero. Otherwise, it returns False.

See Also