System.Types.TSmallPoint.operator +=

提供: RAD Studio API Documentation
移動先: 案内検索

C++

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

プロパティ

種類 可視性 ソース ユニット
function public SystemTypes.h System.Types TSmallPoint

説明

座標の値を、TSmallPoint オブジェクトで決定される位置に足します。

+= 演算子 は、TSmallPoint オブジェクトに、別の TSmallPoint オブジェクトの値を足します。

関連項目