Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Factory Class / CreateEmptyImageDrawing Method
The image width.
The image height.
The GrapeCity.Spreadsheet.Drawing.IShape that GrapeCity.Drawing.ImageDrawing belong to.


In This Topic
    CreateEmptyImageDrawing Method (Factory)
    In This Topic
    Gets the image drawing.
    Syntax
    'Declaration
     
    
    Public Overridable Function CreateEmptyImageDrawing( _
       ByVal width As Integer, _
       ByVal height As Integer, _
       ByVal shape As IShape _
    ) As ImageDrawing
    'Usage
     
    
    Dim instance As Factory
    Dim width As Integer
    Dim height As Integer
    Dim shape As IShape
    Dim value As ImageDrawing
     
    value = instance.CreateEmptyImageDrawing(width, height, shape)
    public virtual ImageDrawing CreateEmptyImageDrawing( 
       int width,
       int height,
       IShape shape
    )

    Parameters

    width
    The image width.
    height
    The image height.
    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.
    See Also