Spread Windows Forms 17
FarPoint.Win.Spread Assembly / GrapeCity.Spreadsheet.Win Namespace / SpreadWindowGraphics Class / DrawImage Method


In This Topic
    DrawImage Method (SpreadWindowGraphics)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides NotOverridable Sub DrawImage( _
       ByVal image As IGraphic, _
       ByVal r As Rect, _
       ByVal isGrayscale As Boolean _
    ) 
    'Usage
     
    
    Dim instance As SpreadWindowGraphics
    Dim image As IGraphic
    Dim r As Rect
    Dim isGrayscale As Boolean
     
    instance.DrawImage(image, r, isGrayscale)
    protected override void DrawImage( 
       IGraphic image,
       Rect r,
       bool isGrayscale
    )

    Parameters

    image
    r
    isGrayscale
    See Also