ESRI.ArcGIS.ADF.Web.DataSources
TileCacheInfo Constructor(Int32,Int32,Int32,Point,LodInfo[])
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > TileCacheInfo Class > TileCacheInfo Constructor : TileCacheInfo Constructor(Int32,Int32,Int32,Point,LodInfo[])




width
Width of the tile cache.
height
Height of the tile cache.
dpi
DPI of the tile cache.
origin
Upper left point of origin of the tile cache.
lodInfos
Levels of detail for the tile cache.
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal dpi As Integer, _
   ByVal origin As Point, _
   ByVal lodInfos() As LodInfo _
)
Visual Basic (Usage)Copy Code
Dim width As Integer
Dim height As Integer
Dim dpi As Integer
Dim origin As Point
Dim lodInfos() As LodInfo
 
Dim instance As TileCacheInfo(width, height, dpi, origin, lodInfos)
C# 
public TileCacheInfo( 
   int width,
   int height,
   int dpi,
   Point origin,
   LodInfo[] lodInfos
)

Parameters

width
Width of the tile cache.
height
Height of the tile cache.
dpi
DPI of the tile cache.
origin
Upper left point of origin of the tile cache.
lodInfos
Levels of detail for the tile cache.

See Also

© 2010 All Rights Reserved.