Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / RevertMouseLocation Method
X coordinate of mouse location
X coordinate of mouse location


In This Topic
    RevertMouseLocation Method (CellNote)
    In This Topic
    Calculate reverted mouse location to use for checking it in range of this or not
    Syntax
    'Declaration
     
    
    Public Sub RevertMouseLocation( _
       ByRef x As Double, _
       ByRef y As Double, _
       ByVal rect As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As CellNote
    Dim x As Double
    Dim y As Double
    Dim rect As Rectangle
     
    instance.RevertMouseLocation(x, y, rect)
    public void RevertMouseLocation( 
       ref double x,
       ref double y,
       Rectangle rect
    )

    Parameters

    x
    X coordinate of mouse location
    y
    X coordinate of mouse location
    rect
    See Also