Size Structure OpenCvSharp Class Library

[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

[SerializableAttribute]
public struct Size : IEquatable<Size>

The Size type exposes the following members.

Constructors

  NameDescription
Public methodSize(Double, Double)
Initializes a new instance of the Size class
Public methodSize(Int32, Int32)
Initializes a new instance of the Size class
Top
Properties

  NameDescription
Public propertyStatic memberZero
Top
Methods

  NameDescription
Public methodEquals(Object)
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Size)
Specifies whether this object contains the same members as the specified Object.
Public methodGetHashCode
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodToString
Converts this object to a human readable string.
(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 member(CvSize to Size)
Public operatorStatic member(Size to CvSize)
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
Top
See Also

Reference