バージョン

OnWorldRectChanged(Rect,Rect) メソッド

WorldRect プロパティ変更ハンドラー。
シンタックス
'宣言
 
Protected Overridable Sub OnWorldRectChanged( _
   ByVal oldValue As Rect, _
   ByVal newValue As Rect _
) 
protected virtual void OnWorldRectChanged( 
   Rect oldValue,
   Rect newValue
)

パラメータ

oldValue
古い値。
newValue
新しい値。
参照