CreateImageDrawing(String) Method
Gets the image drawing.
'Declaration
Public Overloads Overridable Function CreateImageDrawing( _
ByVal 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.