Skip to content

CustomFormattedMouseCoordinateMapToolEventArgs

Namespace: ThinkGeo.Core

This class represents the event arguments for customizing mouse coordinates tool.

public class CustomFormattedMouseCoordinateMapToolEventArgs : System.EventArgs

Inheritance ObjectEventArgsCustomFormattedMouseCoordinateMapToolEventArgs

Properties

WorldCoordinate

Gets or sets current world coordinate.

public PointShape WorldCoordinate { get; set; }

Property Value

PointShape

Result

Gets or sets the formated result which displays by the custom coordinates type.

public string Result { get; set; }

Property Value

String

Constructors

CustomFormattedMouseCoordinateMapToolEventArgs()

Constructor of CustomFormattedMouseCoordinateMapToolEventArgs class.

public CustomFormattedMouseCoordinateMapToolEventArgs()

CustomFormattedMouseCoordinateMapToolEventArgs(PointShape)

Constructor of CustomFormattedMouseCoordinateMapToolEventArgs class.

public CustomFormattedMouseCoordinateMapToolEventArgs(PointShape worldCoordinate)

Parameters

worldCoordinate PointShape
This parameter is current world coordinates.