Maps for WinForms
Request メソッド (IMapVirtualSource)

C1.Win.Map.4.5.2 アセンブリ > C1.Win.Map 名前空間 > IMapVirtualSource インターフェース : Request メソッド
領域の最小ズーム。
領域の最大ズーム。
地理座標での領域の左下座標。
地理座標での領域の右上座標。
マップ領域に新しい項目が必要になるときに VirtualLayerから呼び出されます。
シンタックス
'宣言
 
Function Request( _
   ByVal minZoom As System.Double, _
   ByVal maxZoom As System.Double, _
   ByVal lowerLeft As C1.Win.Interop.Point, _
   ByVal upperRight As C1.Win.Interop.Point _
) As System.Collections.Generic.IEnumerable(Of VectorItem)
System.Collections.Generic.IEnumerable<VectorItem> Request( 
   System.double minZoom,
   System.double maxZoom,
   C1.Win.Interop.Point lowerLeft,
   C1.Win.Interop.Point upperRight
)

パラメータ

minZoom
領域の最小ズーム。
maxZoom
領域の最大ズーム。
lowerLeft
地理座標での領域の左下座標。
upperRight
地理座標での領域の右上座標。

戻り値の型

領域内の項目。
参照

IMapVirtualSource インターフェース
IMapVirtualSource メンバ