Spread Windows Forms 17
FarPoint.Win.Spread Assembly / GrapeCity.Spreadsheet.Win Namespace / Factory Class / CreateImageDrawing Method / CreateImageDrawing(String,IDrawingCacheable) Method
The path of the image file.


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

    Parameters

    file
    The path of the image file.
    shapeData

    Return Value

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