Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Factory Class / CreateImageDrawing Method / CreateImageDrawing(Stream,String) Method
The binary stream data of the image.
The content type of the image binary data.


In This Topic
CreateImageDrawing(Stream,String) Method
In This Topic
Gets the image drawing.
Syntax
'Declaration
 
Public Overloads Overridable Function CreateImageDrawing( _
   ByVal data As Stream, _
   Optional ByVal contentType 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.
See Also