Ribbon for WinForms
加算演算子 オペレータ (Point)

C1.Win.4.8 アセンブリ > C1.Win.Interop 名前空間 > Point 構造体 : 加算演算子 オペレータ
The Point that is added.
The Size that is added.
Adds a Size to a Point.
シンタックス
'宣言
 
Public Operator +( _
   ByVal pt As Point, _
   ByVal sz As Size _
) As Point
public Point operator +( 
   Point pt,
   Size sz
)

パラメータ

pt
The Point that is added.
sz
The Size that is added.

戻り値の型

A Point representing the result of the addition.
参照

Point 構造体
Point メンバ