Click or drag to resize

Size Structure

[Missing <summary> documentation for "T:OpenCvSharp.Size"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
[SerializableAttribute]
public struct Size : IEquatable<Size>

The Size type exposes the following members.

Constructors
  NameDescription
Public methodSize(Double, Double)
Constructor
Public methodSize(Int32, Int32)
Constructor
Top
Methods
  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Size)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ValueTypeToString.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Compares two CvPoint objects. The result specifies whether the members of each object are equal.
Public operatorStatic memberInequality
Compares two CvPoint objects. The result specifies whether the members of each object are unequal.
Top
Fields
  NameDescription
Public fieldHeight
Public fieldWidth
Public fieldStatic memberZero
Zero size
Top
See Also