Class Rectangle
Represents a rectangle.
public class Rectangle
- Inheritance
-
Rectangle
- Inherited Members
Properties
Height
Gets the height.
public double Height { get; }
Property Value
Width
Gets the width.
public double Width { get; }
Property Value
X
Gets the X position.
public double X { get; }
Property Value
Y
Gets the Y position.
public double Y { get; }