'Declaration
Public Overridable Function CreateEmptyImageDrawing( _ ByVal width As Integer, _ ByVal height As Integer _ ) As ImageDrawing
'Usage
Dim instance As Factory Dim width As Integer Dim height As Integer Dim value As ImageDrawing value = instance.CreateEmptyImageDrawing(width, height)
public virtual ImageDrawing CreateEmptyImageDrawing( int width, int height )
Parameters
- width
- The image width.
- height
- The image height.
Return Value
The GrapeCity.Drawing.ImageDrawing object which can be used to draw an image.