Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeAdjustHandle Class / GetLocation Method / GetLocation(Double,Double) Method


In This Topic
    GetLocation(Double,Double) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function GetLocation( _
       ByVal newVal1 As Double, _
       ByVal newVal2 As Double _
    ) As Point
    'Usage
     
    
    Dim instance As ShapeAdjustHandle
    Dim newVal1 As Double
    Dim newVal2 As Double
    Dim value As Point
     
    value = instance.GetLocation(newVal1, newVal2)
    public Point GetLocation( 
       double newVal1,
       double newVal2
    )

    Parameters

    newVal1
    newVal2
    See Also