Size2f Structure |
[Missing <summary> documentation for "T:OpenCvSharp.Size2f"]
Namespace: OpenCvSharp
The Size2f type exposes the following members.
| Name | Description | |
|---|---|---|
| Size2f(Double, Double) |
Constructor
| |
| Size2f(Single, Single) |
Constructor
|
| Name | Description | |
|---|---|---|
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object).) | |
| Equals(Size2f) | Indicates whether the current object is equal to another object of the same type. | |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (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.
|