バージョン

GetZoomFromGeographic(Point,Point) メソッド

コントロールの現在のプロット エリアと地理的領域を指定して、その地理的領域を含む WindowRect を取得します。
シンタックス
'宣言
 
Public Overloads Function GetZoomFromGeographic( _
   ByVal northWest As Point, _
   ByVal southEast As Point _
) As Rect
public Rect GetZoomFromGeographic( 
   Point northWest,
   Point southEast
)

パラメータ

northWest
地理的領域の北西地点。
southEast
地理的領域の東南地点。

戻り値の型

ウィンドウ ズーム。
参照