GeoBlazor Pro
layout: pro title: MoveEventInfo parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
MoveEventInfo Class
This information is returned as toolEventInfo parameter for the update event while the user is moving the graphics. It returns additional information associated with the move operation and what stage it is at.
public class MoveEventInfo : dymaptic.GeoBlazor.Pro.Model.ToolEventInfo
Inheritance System.Object 🡒 ToolEventInfo 🡒 MoveEventInfo
Derived
↳ MoveStartEventInfo
↳ MoveStopEventInfo
Properties
MoveEventInfo.Dx Property
Number of pixels moved on the x-axis from the last known position.
public double Dx { get; set; }
Property Value
MoveEventInfo.Dy Property
Number of pixels moved on the y-axis from the last known position.
public double Dy { get; set; }
Property Value
MoveEventInfo.InfoType Property
The type of the ToolEventInfo
public override string InfoType { get; }
Property Value
MoveEventInfo.Mover Property
The instance of the graphic that is being moved.
public dymaptic.GeoBlazor.Core.Components.Layers.Graphic Mover { get; set; }