OverlaysDrawnMapViewEventArgs¶
Namespace: ThinkGeo.UI.Maui
public class OverlaysDrawnMapViewEventArgs : System.EventArgs
Inheritance Object → EventArgs → OverlaysDrawnMapViewEventArgs
Properties¶
OverlayRefreshType¶
public OverlayRefreshType OverlayRefreshType { get; set; }
Property Value¶
WorldExtent¶
public RectangleShape WorldExtent { get; set; }
Property Value¶
RectangleShape
CenterPoint¶
public PointShape CenterPoint { get; set; }
Property Value¶
PointShape
MapScale¶
public double MapScale { get; set; }
Property Value¶
CanvasWidth¶
public double CanvasWidth { get; set; }
Property Value¶
CanvasHeight¶
public double CanvasHeight { get; set; }
Property Value¶
RotationAngle¶
public double RotationAngle { get; set; }
Property Value¶
Constructors¶
OverlaysDrawnMapViewEventArgs()¶
Constructor of DrawnOverlayEventArgs class.
public OverlaysDrawnMapViewEventArgs()
Remarks:
This is the default constructor. If you use this constructor then you need to set the required properties manually.
OverlaysDrawnMapViewEventArgs(RectangleShape)¶
public OverlaysDrawnMapViewEventArgs(RectangleShape worldExtent)
Parameters¶
worldExtent
RectangleShape