[]
Describes the width and height of an object.
public sealed class C1Size : ValueType
| Name | Description |
|---|---|
| C1Size(double, double) | Initializes a new instance of the C1Size structure and assigns it an initial width and height. |
| Name | Description |
|---|---|
| Empty | Gets a value that represents a static empty C1Size. |
| Height | Gets or sets the height. |
| IsEmpty | Gets a value indicating whether this instance is empty. |
| Width | Gets or sets the width. |
| Name | Description |
|---|---|
| Equals(object) | ompares an object to an instance of C1Size for equality. |
| GetHashCode() | Returns a hash code for this instance. |
| ToString() | Returns a string that represents this instance. |
| Name | Description |
|---|---|
| operator ==(C1Size, C1Size) | Compares two instances of C1Size for equality. |
| operator !=(C1Size, C1Size) | Compares two instances of C1Size for inequality. |