Ribbon for WinForms
Add メソッド (Point)

C1.Win.4.8 アセンブリ > C1.Win.Interop 名前空間 > Point 構造体 : Add メソッド
The Point that is added.
The Size that is added.
Adds a Size to a Point.
シンタックス
'宣言
 
Public Shared Function Add( _
   ByVal pt As Point, _
   ByVal sz As Size _
) As Point
public static Point Add( 
   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 メンバ