'Declaration Public Function New( _ ByVal value As Object, _ ByVal imageindex As Integer _ )
'Usage Dim value As Object Dim imageindex As Integer Dim instance As New ImageMap(value, imageindex)
public ImageMap( object value, int imageindex )
Parameters
- value
- The value to map to an image.
- imageindex
- The index of the image to which is mapped.