Input for WinForms | ComponentOne
C1.Framework Namespace / ImageElement Class / ImageElement Constructor / ImageElement Constructor(Style,Image)
The Style object to use.
The image to show.

In This Topic
    ImageElement Constructor(Style,Image)
    In This Topic
    Initializes a new instance of the ImageElement class with the specified image and style options.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal style As Style, _
       ByVal image As Image _
    )
    public ImageElement( 
       Style style,
       Image image
    )

    Parameters

    style
    The Style object to use.
    image
    The image to show.
    See Also