バージョン

加算演算子(UIElementMargins,Rectangle) オペレータ

供給される差益によって指定された長方形のサイズを大きくします。
シンタックス
'宣言
 
Overloads Public Operator +( _
   ByVal margins As UIElementMargins, _
   ByVal rect As Rectangle _
) As Rectangle
public Rectangle operator +( 
   UIElementMargins margins,
   Rectangle rect
)

パラメータ

margins
増加する差益。
rect
大きくする長方形。

戻り値の型

サイズ変更された長方形。
参照