Initializes a new instance of the 
Size class with the specified 
width and
                
height.
            
 
    Namespace: 
   DotNetBrowser.Geometry
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.0
Syntaxpublic 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