Spread Windows Forms 17
FarPoint.Win.Spread Assembly / GrapeCity.Spreadsheet.Win Namespace / Factory Class / CreateImageDrawing Method / CreateImageDrawing(Stream,String,IDrawingCacheable) Method
The binary stream data of the image.
The content type of the image binary data.


In This Topic
    CreateImageDrawing(Stream,String,IDrawingCacheable) Method
    In This Topic
    Gets the image drawing.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides NotOverridable Function CreateImageDrawing( _
       ByVal data As Stream, _
       Optional ByVal contentType As String, _
       Optional ByVal shapeData As IDrawingCacheable _
    ) As ImageDrawing
    'Usage
     
    
    Dim instance As Factory
    Dim data As Stream
    Dim contentType As String
    Dim shapeData As IDrawingCacheable
    Dim value As ImageDrawing
     
    value = instance.CreateImageDrawing(data, contentType, shapeData)
    public override ImageDrawing CreateImageDrawing( 
       Stream data,
       string contentType,
       IDrawingCacheable shapeData
    )

    Parameters

    data
    The binary stream data of the image.
    contentType
    The content type of the image binary data.
    shapeData

    Return Value

    The GrapeCity.Drawing.ImageDrawing object which can be used to draw an image.
    See Also