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.
Parameters
TransformArguments(Single,Single,Single,RectangleShape,Single,Single)
Initializes a new instance of the class.
Parameters
x
Type:Single
Description:The x.
y
Type:Single
Description:The y.
scale
Type:Single
Description:The scale.
Protected Constructors
Public Methods
PostScale(Single,nfloat,nfloat)
Posts the scale of MapControl.
Return Value
Type:Void
Description:N/A
Parameters
scale
Type:Single
Description:The scale.
PostTranslate(nfloat,nfloat)
Posts the translate of MapControl.
Return Value
Type:Void
Description:N/A
Parameters
Reset()
Resets this instance of MapControl.
Return Value
Type:Void
Description:N/A
Parameters
Set(TransformArguments)
Sets the specified matrix of MapControl.
Return Value
Type:Void
Description:N/A
Parameters
ToString()
N/A
Return Value
Type:String
Description:N/A
Parameters
Equals(Object)
N/A
Return Value
Type:Boolean
Description:N/A
Parameters
obj
Type:Object
Description:N/A
GetHashCode()
N/A
Return Value
Type:Int32
Description:N/A
Parameters
GetType()
N/A
Return Value
Type:Type
Description:N/A
Parameters
Protected Methods
Finalize()
N/A
Return Value
Type:Void
Description:N/A
Parameters
MemberwiseClone()
N/A
Return Value
Type:Object
Description:N/A
Parameters
Public Properties
CenterX
Gets or sets the center x of MapControl.
Return Value
CenterY
Gets or sets the center y of MapControl.
Return Value
ProcessingExtent
Gets or sets the processing extent of MapControl.
Return Value
Scale
Gets or sets the scale of MapControl.
Return Value
X
Gets or sets the x of MapControl.
Return Value
Y
Gets or sets the y of MapControl.
Return Value
Rotation
Gets or sets the rotation of MapControl.
Return Value
InertiallyPan
N/A
Return Value
Protected Properties
Public Events