[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.ImageItem.-ctor

ImageItem Constructor

ImageItem()

Initializes a new instance of the ImageItem class.

Declaration
public ImageItem()
Public Sub New()

ImageItem(Image, float)

Initializes a new instance of the ImageItem class.

Declaration
public ImageItem(Image image, float zoomFactor)
Public Sub New(image As Image, zoomFactor As Single)
Parameters
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.

Exceptions
Type Condition
ArgumentOutOfRangeException

The assigned value of zoomFactor is less than or equal to 1.