Rectangle

Rectangle structure

Rectangle model.

public struct Rectangle

Constructors

Name Description
Rectangle(float, float, float, float) Creates a new instance of Rectangle

Properties

Name Description
Height { get; set; } Height
Width { get; set; } Width
X { get; set; } X coordinate
Y { get; set; } Y coordinate

See Also