PrintDocument for WinForms
加算演算子 オペレータ (PointD)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > PointD 構造体 : 加算演算子 オペレータ
The PointD that is added.
The SizeD that is added.
Adds a SizeD to a PointD.
シンタックス
'宣言
 
Public Operator +( _
   ByVal pt As PointD, _
   ByVal sz As SizeD _
) As PointD
'使用法
 
public PointD operator +( 
   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 メンバ