Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetCommentIndicatorLocation Method


In This Topic
    GetCommentIndicatorLocation Method
    In This Topic
    Get the location of comment indicator
    Syntax
    'Declaration
     
    
    Public Overridable Function GetCommentIndicatorLocation( _
       ByVal context As IDrawingContext, _
       ByRef anchorPoint As AnchorPoint, _
       Optional ByVal zoomFactor As Double _
    ) As Point
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim context As IDrawingContext
    Dim anchorPoint As AnchorPoint
    Dim zoomFactor As Double
    Dim value As Point
     
    value = instance.GetCommentIndicatorLocation(context, anchorPoint, zoomFactor)
    public virtual Point GetCommentIndicatorLocation( 
       IDrawingContext context,
       ref AnchorPoint anchorPoint,
       double zoomFactor
    )

    Parameters

    context
    anchorPoint
    zoomFactor
    See Also