Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingContext Interface / DrawImage Method / DrawImage(ImageDrawing,Rectangle) Method
The image geometry shape.
The rectangle to draw.


In This Topic
    DrawImage(ImageDrawing,Rectangle) Method
    In This Topic
    Draws the specified ImageDrawing object.
    Syntax
    'Declaration
     
    
    Overloads Sub DrawImage( _
       ByVal imageDrawing As ImageDrawing, _
       ByVal rect As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As IDrawingContext
    Dim imageDrawing As ImageDrawing
    Dim rect As Rectangle
     
    instance.DrawImage(imageDrawing, rect)

    Parameters

    imageDrawing
    The image geometry shape.
    rect
    The rectangle to draw.
    See Also