dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
ScreenPoint Class
An object representing a point on the screen.
ArcGIS Maps SDK for JavaScript
public class ScreenPoint :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.ScreenPoint>
Inheritance System.Object 🡒 ScreenPoint
Implements System.IEquatable<ScreenPoint>
Constructors
ScreenPoint(Nullable, Nullable) Constructor
An object representing a point on the screen.
ArcGIS Maps SDK for JavaScript
public ScreenPoint(System.Nullable<double> X, System.Nullable<double> Y);
Parameters
X
System.Nullable<System.Double>
The x coordinate.
ArcGIS Maps SDK for JavaScript
Y
System.Nullable<System.Double>
The y coordinate.
ArcGIS Maps SDK for JavaScript
Properties
ScreenPoint.X Property
The x coordinate.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> X { get; set; }
Property Value
System.Nullable<System.Double>
ScreenPoint.Y Property
The y coordinate.
ArcGIS Maps SDK for JavaScript
public System.Nullable<double> Y { get; set; }