'Declaration Public Function New( _ ByVal imageSize As Size, _ ByVal imageStyle As ImageStyle _ )
'Usage Dim imageSize As Size Dim imageStyle As ImageStyle Dim instance As New ImageViewer(imageSize, imageStyle)
public ImageViewer( Size imageSize, ImageStyle imageStyle )
Parameters
- imageSize
- A System.Drawing.Size structure representing the size of the image.
- imageStyle
- An Xceed.Grid.ImageStyle value representing the style of the image.