[]
        
(Showing Draft Content)

C1.Web.Api.Document.Models.Rect

Rect Class

Represents the location and size of a rectangle.

Inheritance
Rect
Namespace: C1.Web.Api.Document.Models
Assembly: C1.Web.Api.Document.dll
Syntax
public class Rect

Constructors

Name Description
Rect(double, double, double, double)

Initializes a new instance of Rect object.

Properties

Name Description
Height

Gets the height of the rect.

Width

Gets the width of the rect.

X

Gets the x-coordinate of the upper-left corner of the rect.

Y

Gets the y-coordinate of the upper-left corner of the rect.