Struct Point<T>
A lightweight 2-D point.
Replaces the (double X, double Y) tuples that previously appeared in viewport
and sub-image coordinate-conversion methods of the ImagePyramid pipeline.
public readonly struct Point<T> : IEquatable<Point<T>> where T : struct
Type Parameters
- Implements
-
IEquatable<Point<T>>
- Inherited Members
Constructors
- Point(T, T)
A lightweight 2-D point. Replaces the
(double X, double Y)tuples that previously appeared in viewport and sub-image coordinate-conversion methods of the ImagePyramid pipeline.