GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

CursorUpdateEventInfo Class

This information is returned as `toolEventInfo` parameter for the create event when the user moves the cursor on the view while the graphic is being created. ArcGIS Maps SDK for JavaScript

public record CursorUpdateEventInfo : dymaptic.GeoBlazor.Pro.Events.ToolEventInfo, dymaptic.GeoBlazor.Core.Interfaces.ICreateToolEventInfo, System.IEquatable<dymaptic.GeoBlazor.Pro.Events.CursorUpdateEventInfo>

Inheritance System.Object 🡒 ToolEventInfo 🡒 CursorUpdateEventInfo

Implements ICreateToolEventInfo, System.IEquatable<CursorUpdateEventInfo>

Constructors

CursorUpdateEventInfo(IReadOnlyCollection) Constructor

This information is returned as `toolEventInfo` parameter for the create event when the user moves the cursor on the view while the graphic is being created. ArcGIS Maps SDK for JavaScript

public CursorUpdateEventInfo(System.Collections.Generic.IReadOnlyCollection<double>? Coordinates=null);

Parameters

Coordinates System.Collections.Generic.IReadOnlyCollection<System.Double>

An array of numbers representing the coordinates of the cursor location. ArcGIS Maps SDK for JavaScript

Properties

CursorUpdateEventInfo.Coordinates Property

An array of numbers representing the coordinates of the cursor location. ArcGIS Maps SDK for JavaScript

public System.Collections.Generic.IReadOnlyCollection<double>? Coordinates { get; init; }

Property Value

System.Collections.Generic.IReadOnlyCollection<System.Double>

CursorUpdateEventInfo.InfoType Property

The type of the ToolEventInfo

public override string InfoType { get; }

Property Value

System.String