GrapeCity ActiveReports for .NET 16.0J
加算演算子 オペレータ (Point)

GrapeCity.Viewer.Common 名前空間 > Point 構造体 : 加算演算子 オペレータ
変換するPoint
ptの座標に追加する数値のペアを指定するSize
Pointを特定のSizeで変換します。
シンタックス
'宣言
 
Public Operator +( _
   ByVal p1 As Point, _
   ByVal sz As Size _
) As Point
public Point operator +( 
   Point p1,
   Size sz
)

パラメータ

p1
変換するPoint
sz
ptの座標に追加する数値のペアを指定するSize

戻り値の型

変換されたPoint
参照

Point 構造体
Point メンバ