TransformArguments¶
Namespace: ThinkGeo.UI.Maui
Describes the results of a user interaction that transforms the map view.
public class TransformArguments
Inheritance object → TransformArguments
Properties¶
ProcessingExtent¶
Gets or sets the extent that should be processed during the transformation.
public RectangleShape ProcessingExtent { get; set; }
Property Value¶
RectangleShape
Rotation¶
Gets or sets the rotation, in degrees, applied to the map view.
public double Rotation { get; set; }
Property Value¶
RotationStatus¶
Gets or sets the status of the rotation gesture.
public RotationStatus RotationStatus { get; set; }
Property Value¶
PivotXInScreen¶
Gets or sets the pivot X coordinate in screen space.
public double PivotXInScreen { get; set; }
Property Value¶
PivotYInScreen¶
Gets or sets the pivot Y coordinate in screen space.
public double PivotYInScreen { get; set; }
Property Value¶
NewCenterPoint¶
Gets or sets the new center point for the map, if the interaction changed it.
public PointShape NewCenterPoint { get; set; }
Property Value¶
PointShape
NewResolution¶
Gets or sets the new resolution that should be applied to the map.
public double NewResolution { get; set; }
Property Value¶
ExtentChangedType¶
Gets or sets the kind of extent change produced by the interaction.
public ExtentChangedType ExtentChangedType { get; set; }
Property Value¶
Constructors¶
TransformArguments()¶
Initializes a new instance of the TransformArguments class.
public TransformArguments()