System.Types.TPoint.operator -=

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

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

Description

Calculates the difference between two points.

operator -= calculates the difference between two points, by subtracting their coordinates' values.

See Also