ImageFill Constructor(Image)
In This Topic
Creates a new image fill with the specified image.
Syntax
'Declaration
Public Function New( _
ByVal As Image _
)
'Usage
Dim image As Image
Dim instance As New ImageFill(image)
public ImageFill(
Image
)
Parameters
- image
- Image of the fill
See Also