This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.androidedition.transformarguments [2015/09/21 10:32] admin |
thinkgeo.mapsuite.androidedition.transformarguments [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.AndroidEdition.TransformArguments ====== | ====== ThinkGeo.MapSuite.AndroidEdition.TransformArguments ====== | ||
+ | |||
+ | {{section>upgrade_map_suite_to_10.0}} | ||
+ | |||
Class TransformArguments. | Class TransformArguments. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
Line 8: | Line 11: | ||
** {{wiki:PublicMethod.gif|}} TransformArguments() ** | ** {{wiki:PublicMethod.gif|}} TransformArguments() ** | ||
- | Initializes a new instance of the class. | + | * //Initializes a new instance of the class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
<div newline></div> | <div newline></div> | ||
** {{wiki:PublicMethod.gif|}} TransformArguments(Single,Single,Single,RectangleShape,Single,Single) ** | ** {{wiki:PublicMethod.gif|}} TransformArguments(Single,Single,Single,RectangleShape,Single,Single) ** | ||
- | Initializes a new instance of the class. | + | * //Initializes a new instance of the class.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Parameters == | == Parameters == | ||
* //x// | * //x// | ||
Line 48: | Line 51: | ||
** {{wiki:PublicMethod.gif|}} PostScale(Single,Single,Single) ** | ** {{wiki:PublicMethod.gif|}} PostScale(Single,Single,Single) ** | ||
- | Posts the scale. | + | * //Posts the scale.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 72: | Line 75: | ||
** {{wiki:PublicMethod.gif|}} PostTranslate(Single,Single) ** | ** {{wiki:PublicMethod.gif|}} PostTranslate(Single,Single) ** | ||
- | Posts the translate. | + | * //Posts the translate.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 92: | Line 95: | ||
** {{wiki:PublicMethod.gif|}} Reset() ** | ** {{wiki:PublicMethod.gif|}} Reset() ** | ||
- | Resets this instance. | + | * //Resets this instance.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 104: | Line 107: | ||
** {{wiki:PublicMethod.gif|}} Set(TransformArguments) ** | ** {{wiki:PublicMethod.gif|}} Set(TransformArguments) ** | ||
- | Sets the specified matrix. | + | * //Sets the specified matrix.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 120: | Line 123: | ||
** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 132: | Line 135: | ||
** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 148: | Line 151: | ||
** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 160: | Line 163: | ||
** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 173: | Line 176: | ||
** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 185: | Line 188: | ||
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
- | N/A | + | * //N/A// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
Line 198: | Line 201: | ||
** {{wiki:PublicProperty.gif|}} CenterX ** | ** {{wiki:PublicProperty.gif|}} CenterX ** | ||
- | Gets or sets the center x. | + | * //Gets or sets the center x.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Single | * Type:Single | ||
Line 206: | Line 209: | ||
** {{wiki:PublicProperty.gif|}} CenterY ** | ** {{wiki:PublicProperty.gif|}} CenterY ** | ||
- | Gets or sets the center y. | + | * //Gets or sets the center y.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Single | * Type:Single | ||
Line 214: | Line 217: | ||
** {{wiki:PublicProperty.gif|}} ProcessingExtent ** | ** {{wiki:PublicProperty.gif|}} ProcessingExtent ** | ||
- | Gets or sets the processing extent. | + | * //Gets or sets the processing extent.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | * Type:[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | ||
Line 222: | Line 225: | ||
** {{wiki:PublicProperty.gif|}} Scale ** | ** {{wiki:PublicProperty.gif|}} Scale ** | ||
- | Gets or sets the scale. | + | * //Gets or sets the scale.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Single | * Type:Single | ||
Line 230: | Line 233: | ||
** {{wiki:PublicProperty.gif|}} X ** | ** {{wiki:PublicProperty.gif|}} X ** | ||
- | Gets or sets the x. | + | * //Gets or sets the x.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Single | * Type:Single | ||
Line 238: | Line 241: | ||
** {{wiki:PublicProperty.gif|}} Y ** | ** {{wiki:PublicProperty.gif|}} Y ** | ||
- | Gets or sets the y. | + | * //Gets or sets the y.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Single | * Type:Single | ||
Line 246: | Line 249: | ||
** {{wiki:PublicProperty.gif|}} Rotation ** | ** {{wiki:PublicProperty.gif|}} Rotation ** | ||
- | Gets or sets the rotation. | + | * //Gets or sets the rotation.// |
== Remarks == | == Remarks == | ||
- | N/A | + | * //N/A// |
== Return Value == | == Return Value == | ||
* Type:Single | * Type:Single |