Skip to content

OverlaysDrawnMapViewEventArgs

Namespace: ThinkGeo.UI.Maui

public class OverlaysDrawnMapViewEventArgs : System.EventArgs

Inheritance ObjectEventArgsOverlaysDrawnMapViewEventArgs

Properties

OverlayRefreshType

public OverlayRefreshType OverlayRefreshType { get; set; }

Property Value

OverlayRefreshType

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

Double

CanvasWidth

public double CanvasWidth { get; set; }

Property Value

Double

CanvasHeight

public double CanvasHeight { get; set; }

Property Value

Double

RotationAngle

public double RotationAngle { get; set; }

Property Value

Double

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