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

Calculates the sum between two points.

Call operator + to obtain the sum of two points.

See Also