ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / ViewportF Structure / ViewportF Constructor / ViewportF Constructor(RectF)
A bounding box that defines the location and size of the viewport in a render target.

In This Topic
    ViewportF Constructor(RectF)
    In This Topic
    Initializes a new instance of the ViewportF struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal bounds As RectF _
    )
    public ViewportF( 
       RectF bounds
    )

    Parameters

    bounds
    A bounding box that defines the location and size of the viewport in a render target.
    See Also