[]
Describing a set of four floating-point numbers that represent the location and size of a rectangle.
[DataContract]
public class Rect
Name | Description |
---|---|
Rect() |
Name | Description |
---|---|
Height | The height |
Width | The width |
X | The x-coordinate of the upper-left corner |
Y | The y-coordinate of the upper-left corner |