ComponentOne Bitmap for UWP
ViewportF Constructor(RectF)

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.
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

Reference

ViewportF Structure
ViewportF Members
Overload List