System.Types.TSmallPoint.operator -=

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

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

Description

Calculates the difference between two TSmallPoint objects, by subtracting their coordinates values.

See Also