Initializes a new instance of the
ImageBrush class.
'Declaration
Public Function New( _
ByVal As Stream, _
Optional ByVal As String _
)
'Usage
Dim stream As Stream
Dim contentType As String
Dim instance As New ImageBrush(stream, contentType)
Parameters
- stream
- The image data.
- contentType
- The content type of the image data.