| C1.Android.Core Assembly > C1.Android.Core Namespace > C1Rect Structure : C1Rect Constructor |
| Overload | Description |
|---|---|
| C1Rect Constructor(C1Point,C1Point) | Initializes a C1Rect structure that is exactly large enough to contain the two specified points. |
| C1Rect Constructor(C1Point,C1Size) | Initializes a C1Rect structure based on an origin and size. |
| C1Rect Constructor(Double,Double,Double,Double) | Initializes a C1Rect structure that has the specified x-coordinate, y-coordinate, width, and height. |