[Missing <summary> documentation for "T:OpenCvSharp.CPlusPlus.Size"]
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The Size type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Size(Double, Double) | Initializes a new instance of the Size class | |
| Size(Int32, Int32) | Initializes a new instance of the Size class |
Properties
| Name | Description | |
|---|---|---|
| Zero |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) |
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).) | |
| Equals(Size) |
Specifies whether this object contains the same members as the specified Object.
| |
| GetHashCode |
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| ToString |
Converts this object to a human readable string.
(Overrides ValueTypeToString.) |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Compares two CvPoint objects. The result specifies whether the members of each object are equal.
| |
| (CvSize to Size) | ||
| (Size to CvSize) | ||
| Inequality |
Compares two CvPoint objects. The result specifies whether the members of each object are unequal.
|
Fields
| Name | Description | |
|---|---|---|
| Height | ||
| Width |
See Also