ImageBrush Constructor(IImage)
In This Topic
Initializes a new instance of the
ImageBrush class using specified
IImage object.
Syntax
'Declaration
Public Function New( _
ByVal As IImage _
)
public ImageBrush(
IImage
)
Parameters
- image
- The IImage object.
See Also