ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / RasterizerStage Class / GetViewports Method / GetViewports() Method

In This Topic
    GetViewports() Method
    In This Topic
    Get the array of {{viewports}} bound to the {{rasterizer stage}}
    Syntax
    'Declaration
     
    Public Overloads Function GetViewports() As ViewportF()
    public ViewportF[] GetViewports()

    Return Value

    An array of viewports (see C1.Util.DX.ViewportF).
    See Also