Click or drag to resize
Accord.NET (logo)

Point Operators and Type Conversions

The Point type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(Point, Point)
Addition operator - adds values of two points.
Public operatorStatic memberAddition(Point, Single)
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(Point to IntPoint)
Explicit conversion to IntPoint.
Public operatorStatic member(Point 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(Point, Point)
Subtraction operator - subtracts values of two points.
Public operatorStatic memberSubtraction(Point, Single)
Subtraction operator - subtracts scalar from the specified point.
Top
See Also