System.Types.TPoint.operator +

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

C++

TPoint operator +(const TPoint& rhs) const _ALWAYS_INLINE {

プロパティ

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

説明

2 つの点の合計を計算します。

operator + を呼び出すと、2 つの点の合計を取得することができます。

関連項目