Viewport

Viewport constructor

Initializes a new instance of the Viewport class with the specified width and height.

public Viewport(Length width, Length height)
ParameterTypeDescription
widthLengthThe width of the viewport.
heightLengthThe height of the viewport.

See Also