Size2d Structure |
Namespace: OpenCvSharp
The Size2d type exposes the following members.
| Name | Description | |
|---|---|---|
| Size2d(Double, Double) | Initializes a new instance of the Size2d class | |
| Size2d(Single, Single) | Initializes a new instance of the Size2d class |
| Name | Description | |
|---|---|---|
| Equals(Object) |
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).) | |
| Equals(Size2d) |
Specifies whether this object contains the same members as the specified Object.
| |
| GetHashCode |
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Converts this object to a human readable string.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Equality |
Compares two CvPoint objects. The result specifies whether the members of each object are equal.
| |
| Inequality |
Compares two CvPoint objects. The result specifies whether the members of each object are unequal.
|