Class Size
A 2D size.
public class Size
- Inheritance
-
Size
- Inherited Members
Constructors
Size()
Initializes a new instance of the Size class.
public Size()
Size(double, double)
Initializes a new instance of the Size class.
public Size(double width, double height)
Parameters
Properties
Height
Gets or sets the height.
public double Height { get; set; }
Property Value
Width
Gets or sets the width.
public double Width { get; set; }
Property Value
Methods
ToString()
Converts to string.
public override string ToString()