Point.Cross Method
Calculates the cross product of two Point instances.
Thread safety: This method is thread-safe.
Cross(Point point)
Returns the cross product of the current Point and the specified Point.Syntax
public Point Cross (
Point point
)
Parameters
point
Type: Point
The point to calculate the cross product with.
The point to calculate the cross product with.
Return Value
Type: Point
A point that represents the cross product of the current point and point.
A point that represents the cross product of the current point and point.
Platforms
Windows, Linux, Android