[]
        
(Showing Draft Content)

C1.Web.Api.Document.Models.Rect.-ctor

Rect Constructor

Rect(double, double, double, double)

Initializes a new instance of Rect object.

Declaration
public Rect(double x, double y, double width, double height)
Parameters
Type Name Description
double x

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

double y

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

double width

The width of the rect.

double height

The height of the rect.