Property | Type | Description | |
---|---|---|---|
Bottom | double | ||
Left | double | ||
Right | double | ||
Top | double |
Method | Description | |
---|---|---|
RectangleD ( double left, double top, double right, double bottom ) : System |
A simple double precision rectangle
|
public RectangleD ( double left, double top, double right, double bottom ) : System | ||
left | double | Left |
top | double | Top |
right | double | Right |
bottom | double | Bottom |
return | System |