====== ThinkGeo.MapSuite.iOSEdition.TransformArguments ====== {{section>upgrade_map_suite_to_10.0}} Represents an arguments that transform map control. ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.iOSEdition.TransformArguments** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} TransformArguments() ** Initializes a new instance of the class. == Remarks == N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} TransformArguments(Single,Single,Single,RectangleShape,Single,Single) ** Initializes a new instance of the class. == Remarks == N/A == Parameters == * //x// * Type:Single * Description:The x. * //y// * Type:Single * Description:The y. * //scale// * Type:Single * Description:The scale. * //processingExtent// * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] * Description:The processing extent. * //centerX// * Type:Single * Description:The center x. * //centerY// * Type:Single * Description:The center y.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} PostScale(Single,nfloat,nfloat) ** Posts the scale of MapControl. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //scale// * Type:Single * Description:The scale. * //centerX// * Type:nfloat * Description:The center x. * //centerY// * Type:nfloat * Description:The center y.
** {{wiki:PublicMethod.gif|}} PostTranslate(nfloat,nfloat) ** Posts the translate of MapControl. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //offsetX// * Type:nfloat * Description:The offset x. * //offsetY// * Type:nfloat * Description:The offset y.
** {{wiki:PublicMethod.gif|}} Reset() ** Resets this instance of MapControl. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Set(TransformArguments) ** Sets the specified matrix of MapControl. == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters == * //matrix// * Type:[[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]] * Description:The matrix.
** {{wiki:PublicMethod.gif|}} ToString() ** N/A == Remarks == N/A == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** N/A == Remarks == N/A == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** N/A == Remarks == N/A == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** N/A == Remarks == N/A == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** N/A == Remarks == N/A == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** N/A == Remarks == N/A == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} CenterX ** Gets or sets the center x of MapControl. == Remarks == N/A == Return Value == * Type:nfloat ** {{wiki:PublicProperty.gif|}} CenterY ** Gets or sets the center y of MapControl. == Remarks == N/A == Return Value == * Type:nfloat ** {{wiki:PublicProperty.gif|}} ProcessingExtent ** Gets or sets the processing extent of MapControl. == Remarks == N/A == Return Value == * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ** {{wiki:PublicProperty.gif|}} Scale ** Gets or sets the scale of MapControl. == Remarks == N/A == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} X ** Gets or sets the x of MapControl. == Remarks == N/A == Return Value == * Type:nfloat ** {{wiki:PublicProperty.gif|}} Y ** Gets or sets the y of MapControl. == Remarks == N/A == Return Value == * Type:nfloat ** {{wiki:PublicProperty.gif|}} Rotation ** Gets or sets the rotation of MapControl. == Remarks == N/A == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} InertiallyPan ** N/A == Remarks == N/A == Return Value == * Type:Boolean ==== Protected Properties ==== ==== Public Events ====