バージョン

加算演算子 オペレータ

位置にオフセットを追加します。
シンタックス
'宣言
 
Public Operator +( _
   ByVal point As SnapshotPoint, _
   ByVal offset As Integer _
) As SnapshotPoint
public SnapshotPoint operator +( 
   SnapshotPoint point,
   int offset
)

パラメータ

point
開始点
offset
増加量

戻り値の型

得られた位置と新しい SnapshotPoint
参照