ViewportF Constructor(RectF)
In This Topic
Initializes a new instance of the
ViewportF struct.
Syntax
'Declaration
Public Function New( _
ByVal As RectF _
)
public ViewportF(
RectF
)
Parameters
- bounds
- A bounding box that defines the location and size of the viewport in a render target.
See Also