Struct ScreenPoint
Screen coordinate in logical map pixels.
public readonly record struct ScreenPoint : IEquatable<ScreenPoint>
- Implements
- Inherited Members
Constructors
ScreenPoint(double, double)
Screen coordinate in logical map pixels.
public ScreenPoint(double X, double Y)
Parameters
Properties
X
public double X { get; init; }
Property Value
Y
public double Y { get; init; }