[]
        
(Showing Draft Content)

C1.Blazor.Viewer.Model.Rect

Rect Class

Describing a set of four floating-point numbers that represent the location and size of a rectangle.

Inheritance
Rect
Namespace: C1.Blazor.Viewer.Model
Assembly: C1.Blazor.Viewer.dll
Syntax
[DataContract]
public class Rect

Constructors

Name Description
Rect()

Properties

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