GeoBlazor Pro
layout: pro title: ScaleEventInfo parent: Pro Classes grand_parent: GeoBlazor Pro —
dymaptic.GeoBlazor.Pro
dymaptic.GeoBlazor.Pro.Model
ScaleEventInfo Class
This information is returned as toolEventInfo parameter for the update event while the user is scaling or resizing the graphics. It returns additional information associated with the scale operation and what stage it is at.
public class ScaleEventInfo : dymaptic.GeoBlazor.Pro.Model.ToolEventInfo
Inheritance System.Object 🡒 ToolEventInfo 🡒 ScaleEventInfo
Derived
↳ ScaleStartEventInfo
↳ ScaleStopEventInfo
Properties
ScaleEventInfo.InfoType Property
The type of the ToolEventInfo
public override string InfoType { get; }
Property Value
ScaleEventInfo.XScale Property
The x scale factor used to enlarge or shrink the geometry.
public double XScale { get; set; }
Property Value
ScaleEventInfo.YScale Property
The y scale factor used to enlarge or shrink the geometry.
public double YScale { get; set; }