ESRI.ArcGIS.ADF.Web
LayoutImageDataFrameInfo Constructor(String,Int32,Envelope,Rectangle,Rectangle)
See Also 
ESRI.ArcGIS.ADF.Web Namespace > LayoutImageDataFrameInfo Class > LayoutImageDataFrameInfo Constructor : LayoutImageDataFrameInfo Constructor(String,Int32,Envelope,Rectangle,Rectangle)




name
Name of the map.
index
Index of the map.
extent
Extent of the map.
visibleLocation
Location of the visible area of the map on the image.
completeLocation
Location of the entire map on the image.
Constructor accepting all member values.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal index As Integer, _
   ByVal extent As Envelope, _
   ByVal visibleLocation As Rectangle, _
   ByVal completeLocation As Rectangle _
)
Visual Basic (Usage)Copy Code
Dim name As String
Dim index As Integer
Dim extent As Envelope
Dim visibleLocation As Rectangle
Dim completeLocation As Rectangle
 
Dim instance As LayoutImageDataFrameInfo(name, index, extent, visibleLocation, completeLocation)
C# 
public LayoutImageDataFrameInfo( 
   string name,
   int index,
   Envelope extent,
   Rectangle visibleLocation,
   Rectangle completeLocation
)

Parameters

name
Name of the map.
index
Index of the map.
extent
Extent of the map.
visibleLocation
Location of the visible area of the map on the image.
completeLocation
Location of the entire map on the image.

See Also

© 2010 All Rights Reserved.