Click or drag to resize
Accord.NET (logo)

IntPoint Operators and Type Conversions

The IntPoint type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(IntPoint, IntPoint)
Addition operator - adds values of two points.
Public operatorStatic memberAddition(IntPoint, Int32)
Addition operator - adds scalar to the specified point.
Public operatorStatic memberDivision
Division operator - divides coordinates of the specified point by scalar value.
Public operatorStatic memberEquality
Equality operator - checks if two points have equal coordinates.
Public operatorStatic member(IntPoint to Point)
Implicit conversion to Point.
Public operatorStatic member(IntPoint to DoublePoint)
Implicit conversion to DoublePoint.
Public operatorStatic memberInequality
Inequality operator - checks if two points have different coordinates.
Public operatorStatic memberMultiply
Multiplication operator - multiplies coordinates of the specified point by scalar value.
Public operatorStatic memberSubtraction(IntPoint, IntPoint)
Subtraction operator - subtracts values of two points.
Public operatorStatic memberSubtraction(IntPoint, Int32)
Subtraction operator - subtracts scalar from the specified point.
Top
See Also