System.Types.TPoint.operator -

From RAD Studio API Documentation
Jump to: navigation, search

C++

TPoint operator -(const TPoint& rhs) const _ALWAYS_INLINE {

Properties

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

Description

Subtracts certain values from a point's location coordinates.

operator - subtracts from a point's location the values from another point's location.

See Also