Gets the GeoImageDescription with the passed in extent and image size.
Syntax
Visual Basic (Declaration) | |
---|
Public Function GetGeoImageDescription( _
ByVal extent As ESRI.ArcGIS.ADF.Web.Geometry.Envelope, _
ByVal width As Integer, _
ByVal height As Integer _
) As ESRI.ArcGIS.ADF.ArcGISServer.GeoImageDescription |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ImageResourceDefinition
Dim extent As ESRI.ArcGIS.ADF.Web.Geometry.Envelope
Dim width As Integer
Dim height As Integer
Dim value As ESRI.ArcGIS.ADF.ArcGISServer.GeoImageDescription
value = instance.GetGeoImageDescription(extent, width, height) |
C# | |
---|
public ESRI.ArcGIS.ADF.ArcGISServer.GeoImageDescription GetGeoImageDescription(
ESRI.ArcGIS.ADF.Web.Geometry.Envelope extent,
int width,
int height
) |
Parameters
- extent
- Extent to be set on the GeoImageDescription
- width
- Image width to be set on the GeoImageDescription
- height
- Image height to be set on the GeoImageDescription
Return Value
GeoImageDescription with the passed in extent and image size
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also