|
|
IntPoint Operators and Type Conversions |
The IntPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(IntPoint, IntPoint) |
Addition operator - adds values of two points.
| |
| Addition(IntPoint, Int32) |
Addition operator - adds scalar to the specified point.
| |
| Division |
Division operator - divides coordinates of the specified point by scalar value.
| |
| Equality |
Equality operator - checks if two points have equal coordinates.
| |
| (IntPoint to Point) |
Implicit conversion to Point.
| |
| (IntPoint to DoublePoint) |
Implicit conversion to DoublePoint.
| |
| Inequality |
Inequality operator - checks if two points have different coordinates.
| |
| Multiply |
Multiplication operator - multiplies coordinates of the specified point by scalar value.
| |
| Subtraction(IntPoint, IntPoint) |
Subtraction operator - subtracts values of two points.
| |
| Subtraction(IntPoint, Int32) |
Subtraction operator - subtracts scalar from the specified point.
|