[]
        
(Showing Draft Content)

C1.Framework.ImageElement.-ctor

ImageElement Constructor

ImageElement(Style, Image)

Initializes a new instance of the ImageElement class with the specified image and style options.

Declaration
public ImageElement(Style style, Image image)
Parameters
Type Name Description
Style style

The Style object to use.

Image image

The image to show.

ImageElement(Image)

Initializes a new instance of the ImageElement class with the specified image.

Declaration
public ImageElement(Image image)
Parameters
Type Name Description
Image image

The image to show.

ImageElement(Style)

Initializes a new instance of the ImageElement class with the specified style options.

Declaration
public ImageElement(Style style)
Parameters
Type Name Description
Style style

The Style object to use.

ImageElement()

Initializes a new instance of the ImageElement class.

Declaration
public ImageElement()