CreateImageDrawing(Stream,String) Method
Gets the image drawing.
'Declaration
Public Overloads Overridable Function CreateImageDrawing( _
ByVal As Stream, _
Optional ByVal As String _
) As ImageDrawing
'Usage
Dim instance As Factory
Dim data As Stream
Dim contentType As String
Dim value As ImageDrawing
value = instance.CreateImageDrawing(data, contentType)
Parameters
- data
- The binary stream data of the image.
- contentType
- The content type of the image binary data.
Return Value
The
GrapeCity.Drawing.ImageDrawing object which can be used to draw an image.