ESRI.ArcGIS.ADF.Web
ImageDescriptor Constructor(ImageFormat,Int32,Int32)
See Also 
ESRI.ArcGIS.ADF.Web Namespace > ImageDescriptor Class > ImageDescriptor Constructor : ImageDescriptor Constructor(ImageFormat,Int32,Int32)




imageFormat
The format of the image - ImageFormat.
width
Width in pixels of the image.
height
Height in pixels of the image.
Contructor taking format, width and height.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal imageFormat As ImageFormat, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
Visual Basic (Usage)Copy Code
Dim imageFormat As ImageFormat
Dim width As Integer
Dim height As Integer
 
Dim instance As ImageDescriptor(imageFormat, width, height)
C# 
public ImageDescriptor( 
   ImageFormat imageFormat,
   int width,
   int height
)

Parameters

imageFormat
The format of the image - ImageFormat.
width
Width in pixels of the image.
height
Height in pixels of the image.

See Also

© 2010 All Rights Reserved.