Skip to content

TransformArguments

Namespace: ThinkGeo.UI.Maui

public class TransformArguments

Inheritance ObjectTransformArguments

Properties

ProcessingExtent

Gets or sets the processing extent of MapControl.

public RectangleShape ProcessingExtent { get; set; }

Property Value

RectangleShape
The processing extent.

Rotation

Gets or sets the rotation of MapControl.

public double Rotation { get; set; }

Property Value

Double
The rotation.

RotationStatus

public RotationStatus RotationStatus { get; set; }

Property Value

RotationStatus

PivotXInScreen

public double PivotXInScreen { get; set; }

Property Value

Double

PivotYInScreen

public double PivotYInScreen { get; set; }

Property Value

Double

NewCenterPoint

Gets or sets the new current Center Point if the interactive action affect the extent.

public PointShape NewCenterPoint { get; set; }

Property Value

PointShape
The new Center Point.

NewResolution

public double NewResolution { get; set; }

Property Value

Double

ExtentChangedType

public ExtentChangedType ExtentChangedType { get; set; }

Property Value

ExtentChangedType

Constructors

TransformArguments()

Initializes a new instance of the TransformArguments class.

public TransformArguments()