バージョン

OnViewportRectChanged メソッド

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

パラメータ

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