GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Events

MoveEventInfo Class

This information is returned as toolEventInfo parameter for the update
event while the user is moving the graphics.
ArcGIS Maps SDK for JavaScript

public class MoveEventInfo : dymaptic.GeoBlazor.Pro.Events.ToolEventInfo,
dymaptic.GeoBlazor.Core.Interfaces.IUpdateToolEventInfo,
System.IEquatable<dymaptic.GeoBlazor.Pro.Events.MoveEventInfo>

Inheritance System.Object 🡒 ToolEventInfo 🡒 MoveEventInfo

Derived
↳ MoveStartEventInfo
↳ MoveStopEventInfo

Implements dymaptic.GeoBlazor.Core.Interfaces.IUpdateToolEventInfo, System.IEquatable<MoveEventInfo>

Constructors

MoveEventInfo(Nullable, Nullable, Graphic) Constructor

This information is returned as toolEventInfo parameter for the update
event while the user is moving the graphics.
ArcGIS Maps SDK for JavaScript

public MoveEventInfo(System.Nullable<double> Dx=null, System.Nullable<double> Dy=null, dymaptic.GeoBlazor.Core.Components.Graphic? Mover=null);

Parameters

Dx System.Nullable<System.Double>

Number of pixels moved on the x-axis from the last known position.
ArcGIS Maps SDK for JavaScript

Dy System.Nullable<System.Double>

Number of pixels moved on the y-axis from the last known position.
ArcGIS Maps SDK for JavaScript

Mover dymaptic.GeoBlazor.Core.Components.Graphic

The instance of the graphic that is being moved.
ArcGIS Maps SDK for JavaScript

Properties

MoveEventInfo.Dx Property

Number of pixels moved on the x-axis from the last known position.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Dx { get; set; }

Property Value

System.Nullable<System.Double>

MoveEventInfo.Dy Property

Number of pixels moved on the y-axis from the last known position.
ArcGIS Maps SDK for JavaScript

public System.Nullable<double> Dy { get; set; }

Property Value

System.Nullable<System.Double>

MoveEventInfo.InfoType Property

The type of the ToolEventInfo

public override string InfoType { get; }

Property Value

System.String

MoveEventInfo.Mover Property

The instance of the graphic that is being moved.
ArcGIS Maps SDK for JavaScript

public dymaptic.GeoBlazor.Core.Components.Graphic? Mover { get; set; }

Property Value

dymaptic.GeoBlazor.Core.Components.Graphic