Table of Contents

Struct Point<T>

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

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

T

Numeric element type (e.g. double, float).

Implements
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.

Properties

X
Y

Methods

Deconstruct(out T, out T)
Equals(Point<T>)
Equals(object)
GetHashCode()
ToString()

Operators

operator ==(Point<T>, Point<T>)
operator !=(Point<T>, Point<T>)