====== ThinkGeo.MapSuite.iOS.TransformArguments ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.MapSuite.iOS.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.Shapes.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) ** * //N/A// == 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) ** * //N/A// == 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() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Set(TransformArguments) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters == * //matrix// * Type:[[ThinkGeo.MapSuite.iOS.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 ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:nfloat ** {{wiki:PublicProperty.gif|}} CenterY ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:nfloat ** {{wiki:PublicProperty.gif|}} ProcessingExtent ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Shapes.RectangleShape|RectangleShape]] ** {{wiki:PublicProperty.gif|}} Scale ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} X ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:nfloat ** {{wiki:PublicProperty.gif|}} Y ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:nfloat ** {{wiki:PublicProperty.gif|}} Rotation ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} InertiallyPan ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ==== Protected Properties ==== ==== Public Events ====