Class Size
- Namespace
- DotNetBrowser.Geometry
- Assembly
- DotNetBrowser.dll
Represents a pair of numbers that in general are used to define dimensions in the two-dimensional space.
public class Size
- Inheritance
-
Size
- Inherited Members
Constructors
- Size(uint, uint)
Initializes a new instance of the Size class with the specified
width
andheight
.
Fields
- Empty
An empty
Size
that has x and y values set to zero.
Properties
- Height
Gets the vertical dimension.
- IsEmpty
Indicates whether width and height of this Size have values of zero.
- Width
Gets the horizontal dimension.
Methods
- Equals(Size)
Determines whether the specified
Size
object is equal to the current object.