バージョン

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

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

パラメータ

margins
減る差益。
rect
減る長方形

戻り値の型

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