Initializes a new instance of the LogicalRectangle class with the specified location and size.
| Overload | Description |
|---|---|
| LogicalRectangle(double,double,double,double,logicalunit) | Initializes a new instance of the LogicalRectangle class with the specified location, size, and unit. |
| LogicalRectangle(leadrect) | Initializes a new instance of the LogicalRectangle class with the specified rect. |
| LogicalRectangle(logicalpoint,logicalsize) | Initializes a new instance of the LogicalRectangle class with the specified location and size. |