[]
Initializes a new instance of the ImageItem class.
public ImageItem()
Initializes a new instance of the ImageItem class.
public ImageItem(Image image, float zoomFactor)
| Type | Name | Description |
|---|---|---|
| Image | image | An Image value that represents the image to display in a C1MultiScaleImage. |
| float | zoomFactor | A float value that indicate how much the ZoomFactor is to display Image. |
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | The assigned value of zoomFactor is less than or equal to 1. |