Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeAdjustHandle Class / GetLocation Method / GetLocation(Single) Method
The zoom scale of spread view.


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

    Parameters

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