[]
Initializes a new instance of the C1Size structure and assigns it an initial width and height.
public C1Size(double width, double height)
| Type | Name | Description |
|---|---|---|
| double | width | The initial width of the instance of C1Size. |
| double | height | The initial height of the instance of C1Size. |