Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / CoordinateSystemIcon Class / GetPosition Method

In This Topic
    GetPosition Method (CoordinateSystemIcon)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub GetPosition( _
       ByVal viewportSize As Size, _
       ByVal zoomRect As RectangleF, _
       ByRef x As Double, _
       ByRef y As Double _
    ) 
    protected virtual void GetPosition( 
       Size viewportSize,
       RectangleF zoomRect,
       out double x,
       out double y
    )

    Parameters

    viewportSize
    zoomRect
    x
    y
    See Also