バージョン

RectChangedEventArgs コンストラクタ

RectChangedEventArgs コンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal oldRect As Rectangle, _
   ByVal newRect As Rectangle _
)
public RectChangedEventArgs( 
   Rectangle oldRect,
   Rectangle newRect
)

パラメータ

oldRect
変更される長方形の変更前の値。
newRect
変更される長方形の変更後の値。
参照