Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / Label Class / ComputePositions Method

In This Topic
    ComputePositions Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Function ComputePositions( _
       ByVal x As Single, _
       ByVal y As Single _
    ) As Point2D
    protected Point2D ComputePositions( 
       float x,
       float y
    )

    Parameters

    x
    y
    See Also