Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / ShapeAdjustHandle Class / GetLocation Method / GetLocation(Double) Method
The zoom scale of spread view.


In This Topic
    GetLocation(Double) Method
    In This Topic
    Gets the relative location of the shape adjust handle.
    Syntax
    'Declaration
     
    Public Overloads Function GetLocation( _
       ByVal zoomFactor As Double _
    ) As Point
    'Usage
     
    Dim instance As ShapeAdjustHandle
    Dim zoomFactor As Double
    Dim value As Point
     
    value = instance.GetLocation(zoomFactor)
    public Point GetLocation( 
       double zoomFactor
    )

    Parameters

    zoomFactor
    The zoom scale of spread view.
    Remarks
    [0, 0] is the upper-left corner of the shape.
    See Also