Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetHoveringCommentRectangle Method


In This Topic
    GetHoveringCommentRectangle Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetHoveringCommentRectangle( _
       ByVal context As IDrawingSurface, _
       ByVal shape As CellNote _
    ) As Rectangle
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim context As IDrawingSurface
    Dim shape As CellNote
    Dim value As Rectangle
     
    value = instance.GetHoveringCommentRectangle(context, shape)
    public Rectangle GetHoveringCommentRectangle( 
       IDrawingSurface context,
       CellNote shape
    )

    Parameters

    context
    shape
    See Also