Point Operators and Type Conversions OpenCvSharp Class Library

The Point type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition
Shifts point by a certain offset
Public operatorStatic memberEquality
Compares two Point objects. The result specifies whether the values of the X and Y properties of the two Point objects are equal.
Public operatorStatic member(CvPoint to Point)
Public operatorStatic member(Point to CvPoint)
Public operatorStatic member(Point to Vec2i)
Public operatorStatic member(Vec2i to Point)
Public operatorStatic memberInequality
Compares two Point objects. The result specifies whether the values of the X or Y properties of the two Point objects are unequal.
Public operatorStatic memberMultiply
Shifts point by a certain offset
Public operatorStatic memberSubtraction
Shifts point by a certain offset
Public operatorStatic memberUnaryNegation
Unary minus operator
Public operatorStatic memberUnaryPlus
Unary plus operator
Top
See Also

Reference