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

Adds certain values to a point location.

operator += adds to a point location the values from another point location.

See Also