System.Types.TSmallPoint.operator -

From RAD Studio API Documentation
Jump to: navigation, search

C++

TSmallPoint operator -(const TSmallPoint& sp) const _ALWAYS_INLINE {

Properties

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

Description

Subtracts certain values from a TSmallPoint object location coordinates.

operator - subtracts from a TSmallPoint object location the values from another TSmallPoint object location.

See Also