PrintDocument for WinForms
Add メソッド (PointD)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > PointD 構造体 : Add メソッド
The PointD that is added.
The SizeD that is added.
Adds a SizeD to a PointD.
シンタックス
'宣言
 
Public Shared Function Add( _
   ByVal pt As PointD, _
   ByVal sz As SizeD _
) As PointD
'使用法
 
Dim pt As PointD
Dim sz As SizeD
Dim value As PointD
 
value = PointD.Add(pt, sz)
public static PointD Add( 
   PointD pt,
   SizeD sz
)

パラメータ

pt
The PointD that is added.
sz
The SizeD that is added.

戻り値の型

A PointD representing the result of the addition.
参照

PointD 構造体
PointD メンバ