ImageElement Constructor(Image)
In This Topic
Initializes a new instance of the
ImageElement class with the specified image.
Syntax
'Declaration
Public Function New( _
ByVal As Image _
)
public ImageElement(
Image
)
Parameters
- image
- The image to show.
See Also