====== ThinkGeo.MapSuite.AndroidEdition.TransformArguments ====== {{section>upgrade_map_suite_to_10.0}} Class TransformArguments. ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.AndroidEdition.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,Single,Single) ** * //Posts the scale.// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //scale// * Type:Single * Description:The scale. * //centerX// * Type:Single * Description:The center x. * //centerY// * Type:Single * Description:The center y.
** {{wiki:PublicMethod.gif|}} PostTranslate(Single,Single) ** * //Posts the translate.// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //offsetX// * Type:Single * Description:The offset x. * //offsetY// * Type:Single * Description:The offset y.
** {{wiki:PublicMethod.gif|}} Reset() ** * //Resets this instance.// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Set(TransformArguments) ** * //Sets the specified matrix.// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //matrix// * Type:[[ThinkGeo.MapSuite.AndroidEdition.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.// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} CenterY ** * //Gets or sets the center y.// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} ProcessingExtent ** * //Gets or sets the processing extent.// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] ** {{wiki:PublicProperty.gif|}} Scale ** * //Gets or sets the scale.// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} X ** * //Gets or sets the x.// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} Y ** * //Gets or sets the y.// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} Rotation ** * //Gets or sets the rotation.// == Remarks == * //N/A// == Return Value == * Type:Single ==== Protected Properties ==== ==== Public Events ====