Table of Contents

ThinkGeo.MapSuite.iOSEdition.TransformArguments

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

Represents an arguments that transform map control.

Inheritance Hierarchy

Members Summary

Public Constructors

TransformArguments()

Initializes a new instance of the class.

Remarks

N/A

Parameters

TransformArguments(Single,Single,Single,RectangleShape,Single,Single)

Initializes a new instance of the class.

Remarks

N/A

Parameters

Protected Constructors

Public Methods

PostScale(Single,nfloat,nfloat)

Posts the scale of MapControl.

Remarks

N/A

Return Value
Parameters

PostTranslate(nfloat,nfloat)

Posts the translate of MapControl.

Remarks

N/A

Return Value
Parameters

Reset()

Resets this instance of MapControl.

Remarks

N/A

Return Value
Parameters

Set(TransformArguments)

Sets the specified matrix of MapControl.

Remarks

N/A

Return Value
Parameters

ToString()

N/A

Remarks

N/A

Return Value
Parameters

Equals(Object)

N/A

Remarks

N/A

Return Value
Parameters

GetHashCode()

N/A

Remarks

N/A

Return Value
Parameters

GetType()

N/A

Remarks

N/A

Return Value
Parameters

Protected Methods

Finalize()

N/A

Remarks

N/A

Return Value
Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value
Parameters

Public Properties

CenterX

Gets or sets the center x of MapControl.

Remarks

N/A

Return Value

CenterY

Gets or sets the center y of MapControl.

Remarks

N/A

Return Value

ProcessingExtent

Gets or sets the processing extent of MapControl.

Remarks

N/A

Return Value

Scale

Gets or sets the scale of MapControl.

Remarks

N/A

Return Value

X

Gets or sets the x of MapControl.

Remarks

N/A

Return Value

Y

Gets or sets the y of MapControl.

Remarks

N/A

Return Value

Rotation

Gets or sets the rotation of MapControl.

Remarks

N/A

Return Value

InertiallyPan

N/A

Remarks

N/A

Return Value

Protected Properties

Public Events