InteractionArguments¶
Namespace: ThinkGeo.UI.Android
This class encapsulates the information and simple method for interative actions.
public class InteractionArguments
Inheritance Object → InteractionArguments
Properties¶
ScreenPointers¶
Gets the screen pointers.
public Collection<PointF> ScreenPointers { get; }
Property Value¶
Collection<PointF>
The screen pointers.
MotionEventActions¶
Gets or sets the motion event actions.
public MotionEventActions MotionEventActions { get; set; }
Property Value¶
MotionEventActions
The motion event actions.
CurrentExtent¶
Gets or sets the current extent.
public RectangleShape CurrentExtent { get; set; }
Property Value¶
RectangleShape
The current extent.
ScreenX¶
Gets or sets the screen x.
public float ScreenX { get; set; }
Property Value¶
Single
The screen x.
ScreenY¶
Gets or sets the screen y.
public float ScreenY { get; set; }
Property Value¶
Single
The screen y.
ZoomLevelSet¶
Gets or sets the ZoomLevelSet used in the Map Control.
public ZoomLevelSet ZoomLevelSet { get; set; }
Property Value¶
ZoomLevelSet
The zoom level set.
MapWidth¶
Gets or sets the width of the map.
public int MapWidth { get; set; }
Property Value¶
Int32
The width of the map.
MapHeight¶
Gets or sets the height of the map.
public int MapHeight { get; set; }
Property Value¶
Int32
The height of the map.
Scale¶
Gets or sets the scale.
public double Scale { get; set; }
Property Value¶
Double
The scale.
Resolution¶
Gets or sets the resolution.
public double Resolution { get; set; }
Property Value¶
Double
The resolution.
WorldX¶
Gets or sets the world x.
public double WorldX { get; set; }
Property Value¶
Double
The world x.
WorldY¶
Gets or sets the world y.
public double WorldY { get; set; }
Property Value¶
Double
The world y.
SearchingTolerance¶
Gets or sets the searching tolerance.
public double SearchingTolerance { get; set; }
Property Value¶
Double
The searching tolerance.
CurrentRotation¶
public float CurrentRotation { get; set; }
Property Value¶
Constructors¶
InteractionArguments()¶
Initializes a new instance of the InteractionArguments class.
public InteractionArguments()
Remarks:
If you use this constructor, you have to set the properties manually before use.