Table of Contents

Constructor Size

Namespace
DotNetBrowser.Geometry
Assembly
DotNetBrowser.dll

Size(uint, uint)

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

public Size(uint width, uint height)

Parameters

width uint

the horizontal dimension. Cannot be negative.

height uint

the vertical dimension. Cannot be negative.