Click or drag to resize

Size Constructor

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

Namespace:  DotNetBrowser.Geometry
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public Size(
	uint width,
	uint height
)

Parameters

width
Type: SystemUInt32
the horizontal dimension. Cannot be negative.
height
Type: SystemUInt32
the vertical dimension. Cannot be negative.
See Also