'Declaration
Public Overloads Overridable Function CreateImageDrawing( _ ByVal file As String, _ ByVal shape As IShape _ ) As ImageDrawing
'Usage
Dim instance As Factory Dim file As String Dim shape As IShape Dim value As ImageDrawing value = instance.CreateImageDrawing(file, shape)
public virtual ImageDrawing CreateImageDrawing( string file, IShape shape )
Parameters
- file
- The path of the image file.
- shape
- The GrapeCity.Spreadsheet.Drawing.IShape that GrapeCity.Drawing.ImageDrawing belong to.
Return Value
The GrapeCity.Drawing.ImageDrawing object which can be used to draw an image.