[]
        
(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)
Public Sub New(style As Style, image As 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)
Public Sub New(image As 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)
Public Sub New(style As Style)
Parameters
Type Name Description
Style style

The Style object to use.

ImageElement()

Initializes a new instance of the ImageElement class.

Declaration
public ImageElement()
Public Sub New()