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 As Style, _
ByVal As Image _
)
public ImageElement(
Style ,
Image
)
Parameters
- style
- The Style object to use.
- image
- The image to show.
See Also