ESRI.ArcGIS.ADF.Web
SwatchInfo Constructor(Int32,Int32,HttpSessionState)
See Also 
ESRI.ArcGIS.ADF.Web.Display.Swatch Namespace > SwatchInfo Class > SwatchInfo Constructor : SwatchInfo Constructor(Int32,Int32,HttpSessionState)




minWidth
Minimum width for the swatch in pixels.
minHeight
Minimum height for the swatch in pixels.
session
Session where the swatch image data may be stored.
Constructor.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal minWidth As Integer, _
   ByVal minHeight As Integer, _
   ByVal session As HttpSessionState _
)
Visual Basic (Usage)Copy Code
Dim minWidth As Integer
Dim minHeight As Integer
Dim session As HttpSessionState
 
Dim instance As SwatchInfo(minWidth, minHeight, session)
C# 
public SwatchInfo( 
   int minWidth,
   int minHeight,
   HttpSessionState session
)

Parameters

minWidth
Minimum width for the swatch in pixels.
minHeight
Minimum height for the swatch in pixels.
session
Session where the swatch image data may be stored.

See Also

© 2010 All Rights Reserved.