Skip to content

InteractionArguments

Inheritance Hierarchy

  • Object
  • InteractionArguments

Members Summary

Public Constructors Summary

Name
InteractionArguments()

Protected Constructors Summary

Name
N/A

Public Properties Summary

Name Return Type Description
CurrentExtent RectangleShape Gets or sets the current extent.
CurrentResolution Double Gets or sets the current resolution.
MapHeight nfloat Gets or sets the height of the map.
MapUnit GeographyUnit Gets or sets the map unit.
MapWidth nfloat Gets or sets the width of the map.
Scale Double Gets or sets the scale.
ScreenPointers Collection<CGPoint> Gets the screen pointers.
ScreenX nfloat Gets or sets the screen x.
ScreenY nfloat Gets or sets the screen y.
SearchingTolerance Double Gets or sets the searching tolerance.
Velocity CGPoint Gets or sets the velocity.
WorldX Double Gets or sets the world x.
WorldY Double Gets or sets the world y.
ZoomLevelSet ZoomLevelSet Gets or sets the zoom level set.

Protected Properties Summary

Name Return Type Description
N/A N/A N/A

Public Methods Summary

Name
Equals(Object)
GetHashCode()
GetType()
ToString()

Protected Methods Summary

Name
Finalize()
MemberwiseClone()

Public Events Summary

Name Event Arguments Description
N/A N/A N/A

Members Detail

Public Constructors

Name
InteractionArguments()

Protected Constructors

Public Properties

CurrentExtent

Summary

Gets or sets the current extent.

Remarks

N/A

Return Value

RectangleShape


CurrentResolution

Summary

Gets or sets the current resolution.

Remarks

N/A

Return Value

Double


MapHeight

Summary

Gets or sets the height of the map.

Remarks

N/A

Return Value

nfloat


MapUnit

Summary

Gets or sets the map unit.

Remarks

N/A

Return Value

GeographyUnit


MapWidth

Summary

Gets or sets the width of the map.

Remarks

N/A

Return Value

nfloat


Scale

Summary

Gets or sets the scale.

Remarks

N/A

Return Value

Double


ScreenPointers

Summary

Gets the screen pointers.

Remarks

N/A

Return Value

Collection<CGPoint>


ScreenX

Summary

Gets or sets the screen x.

Remarks

N/A

Return Value

nfloat


ScreenY

Summary

Gets or sets the screen y.

Remarks

N/A

Return Value

nfloat


SearchingTolerance

Summary

Gets or sets the searching tolerance.

Remarks

N/A

Return Value

Double


Velocity

Summary

Gets or sets the velocity.

Remarks

N/A

Return Value

CGPoint


WorldX

Summary

Gets or sets the world x.

Remarks

N/A

Return Value

Double


WorldY

Summary

Gets or sets the world y.

Remarks

N/A

Return Value

Double


ZoomLevelSet

Summary

Gets or sets the zoom level set.

Remarks

N/A

Return Value

ZoomLevelSet


Protected Properties

Public Methods

Equals(Object)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Boolean N/A

Parameters

Name Type Description
obj Object N/A

GetHashCode()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Int32 N/A

Parameters

Name Type Description
N/A N/A N/A

GetType()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Type N/A

Parameters

Name Type Description
N/A N/A N/A

ToString()

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
N/A N/A N/A

Protected Methods

Finalize()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

MemberwiseClone()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Object N/A

Parameters

Name Type Description
N/A N/A N/A

Public Events