InteractionArguments¶
Namespace: ThinkGeo.UI.Android
public class InteractionArguments
Inheritance Object → InteractionArguments
Properties¶
ScreenPointers¶
Gets the screen pointers.
public Collection<ScreenPointD> ScreenPointers { get; set; }
Property Value¶
Collection<ScreenPointD>
The screen pointers.
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 double ScreenX { get; set; }
Property Value¶
Double
The screen x.
ScreenY¶
Gets or sets the screen y.
public double ScreenY { get; set; }
Property Value¶
Double
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 double MapWidth { get; set; }
Property Value¶
Double
The width of the map.
MapHeight¶
Gets or sets the height of the map.
public double MapHeight { get; set; }
Property Value¶
Double
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 double CurrentRotation { get; set; }
Property Value¶
NativeWidth¶
public double NativeWidth { get; set; }
Property Value¶
NativeHeight¶
public double NativeHeight { get; set; }
Property Value¶
PivotXInScreen¶
public double PivotXInScreen { get; set; }
Property Value¶
PivotYInScreen¶
public double PivotYInScreen { get; set; }
Property Value¶
VelocityX¶
public double VelocityX { get; set; }
Property Value¶
VelocityY¶
public double VelocityY { get; set; }
Property Value¶
RotationEnabled¶
public bool RotationEnabled { get; set; }
Property Value¶
CenterPoint¶
public PointShape CenterPoint { get; set; }
Property Value¶
PointShape
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.