Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Factory Class / CreateImageDrawing Method / CreateImageDrawing(String) Method
The path of the image file.


In This Topic
CreateImageDrawing(String) Method
In This Topic
Gets the image drawing.
Syntax
'Declaration
 
Public Overloads Overridable Function CreateImageDrawing( _
   ByVal file As String _
) As ImageDrawing
 
'Usage
 
Dim instance As Factory
Dim file As String
Dim value As ImageDrawing
 
value = instance.CreateImageDrawing(file)

Parameters

file
The path of the image file.

Return Value

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