バージョン

MapWorldRectChangedEventArgs コンストラクタ

MapWorldRectChangedEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal oldWorldRect As Rect, _
   ByVal newWorldRect As Rect _
)
public MapWorldRectChangedEventArgs( 
   Rect oldWorldRect,
   Rect newWorldRect
)

パラメータ

oldWorldRect
古いワールド矩形。
newWorldRect
新しいワールド矩形。
参照