Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Graphics Namespace / CameraBase Class / myOrtho Method

In This Topic
    myOrtho Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function myOrtho( _
       ByVal renderContext As RenderContextBase, _
       ByVal myLeft As Double, _
       ByVal myRight As Double, _
       ByVal myBottom As Double, _
       ByVal myTop As Double, _
       ByVal myNear As Double, _
       ByVal myFar As Double _
    ) As Double()
    public static double[] myOrtho( 
       RenderContextBase renderContext,
       double myLeft,
       double myRight,
       double myBottom,
       double myTop,
       double myNear,
       double myFar
    )

    Parameters

    renderContext
    myLeft
    myRight
    myBottom
    myTop
    myNear
    myFar
    See Also