Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / SetViewport Method / SetViewport(Int32[],Single,Single) Method

In This Topic
    SetViewport(Int32[],Single,Single) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub SetViewport( _
       ByVal viewFrame() As Integer, _
       ByVal depthMin As Single, _
       ByVal depthMax As Single _
    ) 
    public override void SetViewport( 
       int[] viewFrame,
       float depthMin,
       float depthMax
    )

    Parameters

    viewFrame
    depthMin
    depthMax
    See Also