Size Structure |
[Missing <summary> documentation for "T:OpenCvSharp.Size"]
Namespace: OpenCvSharp
The Size type exposes the following members.
Name | Description | |
---|---|---|
Size(Double, Double) |
Constructor
| |
Size(Int32, Int32) |
Constructor
|
Name | Description | |
---|---|---|
Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides ValueTypeEquals(Object).) | |
Equals(Size) | 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.
|