FlexReport for WinForms
Add メソッド (Point)


C1.Document.4.6.2 アセンブリ > C1.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
'使用法
 
Dim pt As Point
Dim sz As Size
Dim value As Point
 
value = Point.Add(pt, sz)
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 メンバ