Click or drag to resize

Vec2s Structure

2-Tuple of short (System.Int16)

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

The Vec2s type exposes the following members.

Constructors
  NameDescription
Public methodVec2s
Initializer
Top
Properties
  NameDescription
Public propertyItem
Indexer
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Public operatorStatic memberInequality
Top
Fields
  NameDescription
Public fieldItem0
The value of the first component of this object.
Public fieldItem1
The value of the second component of this object.
Top
See Also