layout: default title: ScreenPoint parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Events
ScreenPoint Class
The screen coordinates (or native mouse event) of the click on the view.
public class ScreenPoint :
System.IEquatable<dymaptic.GeoBlazor.Core.Events.ScreenPoint>
Inheritance System.Object 🡒 ScreenPoint
Implements System.IEquatable<ScreenPoint>
Constructors
ScreenPoint(double, double) Constructor
The screen coordinates (or native mouse event) of the click on the view.
public ScreenPoint(double X, double Y);
Parameters
The X coordinate.
The Y coordinate.
Properties
ScreenPoint.X Property
The X coordinate.
public double X { get; set; }
Property Value
ScreenPoint.Y Property
The Y coordinate.
public double Y { get; set; }