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

Adds coordinate values to a location determined by a TSmallPoint object.

operator += adds to a TSmallPoint object the values from another TSmallPoint object.

See Also