This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.androidedition.transformarguments [2015/08/20 03:08] 127.0.0.1 external edit |
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 --> | ||
Class TransformArguments. | Class TransformArguments. | ||
===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
- | *System.Object | + | *System.Object |
- | **[[ThinkGeo.MapSuite.AndroidEdition.TransformArguments]] | + | ***ThinkGeo.MapSuite.AndroidEdition.TransformArguments** |
===== Members Summary ===== | ===== Members Summary ===== | ||
==== Public Constructors ==== | ==== Public Constructors ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} TransformArguments() ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#TransformArguments()|TransformArguments]] | | | Initializes a new instance of the class. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#TransformArguments(Single, Single, Single, RectangleShape, Single, Single)|TransformArguments]] | Single, Single, Single, [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]], Single, Single | | Initializes a new instance of the class. | | + | |
- | ==== Protected Constructors ==== | + | * //Initializes a new instance of the class.// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
+ | * //N/A// | ||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{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. | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Protected Constructors ==== | ||
==== Public Methods ==== | ==== Public Methods ==== | ||
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} PostScale(Single,Single,Single) ** |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Equals(Object)|Equals]] | Object | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetHashCode()|GetHashCode]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#GetType()|GetType]] | | Object | | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PostScale(Single, Single, Single)|PostScale]] | Single, Single, Single | | Posts the scale. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#PostTranslate(Single, Single)|PostTranslate]] | Single, Single | | Posts the translate. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Reset()|Reset]] | | | Resets this instance. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#Set(TransformArguments)|Set]] | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]] | | Sets the specified matrix. | | + | |
- | | {{wiki:PublicMethod.gif|Public Method}}[[#ToString()|ToString]] | | Object | | | + | |
- | ==== Protected Methods ==== | + | * //Posts the scale.// |
- | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | * //N/A// |
- | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
- | ==== Public Properties ==== | + | == Return Value == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:Void |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CenterX|CenterX]] | Single | | Gets or sets the center x. | | + | * Description:N/A |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#CenterY|CenterY]] | Single | | Gets or sets the center y. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#ProcessingExtent|ProcessingExtent]] | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] | | Gets or sets the processing extent. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Rotation|Rotation]] | Single | | Gets or sets the rotation. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Scale|Scale]] | Single | | Gets or sets the scale. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#X|X]] | Single | | Gets or sets the x. | | + | |
- | | {{wiki:PublicProperty.gif|Public Property}}[[#Y|Y]] | Single | | Gets or sets the y. | | + | |
- | ==== Protected Properties ==== | + | == Parameters == |
- | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * //scale// |
+ | * Type:Single | ||
+ | * Description:The scale. | ||
- | ==== Public Events ==== | + | * //centerX// |
- | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | * Type:Single |
+ | * Description:The center x. | ||
- | ===== Public Constructors ===== | + | * //centerY// |
- | ==== TransformArguments() ==== | + | * Type:Single |
- | Initializes a new instance of the class. | + | * Description:The center y. |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | [[#Public Constructors|Go Back]] | + | <div newline></div> |
- | ==== TransformArguments(Single, Single, Single, RectangleShape, Single, Single) ==== | + | ** {{wiki:PublicMethod.gif|}} PostTranslate(Single,Single) ** |
- | Initializes a new instance of the class. | + | |
- | === Parameters === | + | |
- | ^ Name ^ Type ^ Description ^ | + | |
- | | x | Single<!-- System.Single --> | The x. | | + | |
- | | y | Single<!-- System.Single --> | The y. | | + | |
- | | scale | Single<!-- System.Single --> | The scale. | | + | |
- | | processingExtent | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | The processing extent. | | + | |
- | | centerX | Single<!-- System.Single --> | The center x. | | + | |
- | | centerY | Single<!-- System.Single --> | The center y. | | + | |
- | [[#Public Constructors|Go Back]] | + | * //Posts the translate.// |
- | ===== Protected Constructors ===== | + | == Remarks == |
- | ===== Public Methods ===== | + | * //N/A// |
- | ==== Equals(Object) ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Boolean<!-- System.Boolean --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | obj | Object<!-- System.Object --> | | | + | * Description:N/A |
- | <!-- System.Object --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //offsetX// |
- | ==== GetHashCode() ==== | + | * Type:Single |
- | === Return Value === | + | * Description:The offset x. |
- | ^ Return Type ^ Description ^ | + | |
- | | Int32<!-- System.Int32 --> | | | + | |
- | === Parameters === | + | * //offsetY// |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Single |
+ | * Description:The offset y. | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Public Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} Reset() ** |
- | ==== GetType() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Type<!-- System.Type --> | | | + | |
- | === Parameters === | + | * //Resets this instance.// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Void |
- | ==== PostScale(Single, Single, Single) ==== | + | * Description:N/A |
- | Posts the scale. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
- | | scale | Single<!-- System.Single --> | The scale. | | + | ** {{wiki:PublicMethod.gif|}} Set(TransformArguments) ** |
- | | centerX | Single<!-- System.Single --> | The center x. | | + | |
- | | centerY | Single<!-- System.Single --> | The center y. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> | + | * //Sets the specified matrix.// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== PostTranslate(Single, Single) ==== | + | * //N/A// |
- | Posts the translate. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:Void |
- | | offsetX | Single<!-- System.Single --> | The offset x. | | + | * Description:N/A |
- | | offsetY | Single<!-- System.Single --> | The offset y. | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | * //matrix// |
- | ==== Reset() ==== | + | * Type:[[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]] |
- | Resets this instance. | + | * Description:The matrix. |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | <div newline></div> |
- | ^ Name ^ Type ^ Description ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> | + | * //N/A// |
- | [[#Public Methods|Go Back]] | + | == Remarks == |
- | ==== Set(TransformArguments) ==== | + | * //N/A// |
- | Sets the specified matrix. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Return Value == |
- | ^ Name ^ Type ^ Description ^ | + | * Type:String |
- | | matrix | [[ThinkGeo.MapSuite.AndroidEdition.TransformArguments|TransformArguments]]<!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> | The matrix. | | + | * Description:N/A |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> | + | == Parameters == |
- | [[#Public Methods|Go Back]] | + | <div newline></div> |
- | ==== ToString() ==== | + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | String<!-- System.String --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Public Methods|Go Back]] | + | * Type:Boolean |
- | ===== Protected Methods ===== | + | * Description:N/A |
- | ==== Finalize() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Void<!-- System.Void --> | | | + | |
- | === Parameters === | + | == Parameters == |
- | ^ Name ^ Type ^ Description ^ | + | * //obj// |
+ | * Type:Object | ||
+ | * Description:N/A | ||
- | <!-- System.Object --> | + | <div newline></div> |
- | [[#Protected Methods|Go Back]] | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
- | ==== MemberwiseClone() ==== | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ Description ^ | + | |
- | | Object<!-- System.Object --> | | | + | |
- | === Parameters === | + | * //N/A// |
- | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
+ | * //N/A// | ||
- | <!-- System.Object --> | + | == Return Value == |
- | [[#Protected Methods|Go Back]] | + | * Type:Int32 |
- | ===== Public Properties ===== | + | * Description:N/A |
- | ==== CenterX ==== | + | |
- | Gets or sets the center x. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Single<!-- System.Single --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | <div newline></div> |
- | ==== CenterY ==== | + | ** {{wiki:PublicMethod.gif|}} GetType() ** |
- | Gets or sets the center y. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Single<!-- System.Single --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== ProcessingExtent ==== | + | * //N/A// |
- | Gets or sets the processing extent. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | [[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]]<!-- ThinkGeo.MapSuite.Core.RectangleShape --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Type |
- | ==== Rotation ==== | + | * Description:N/A |
- | Gets or sets the rotation. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Single<!-- System.Single --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | <div newline></div> |
- | ==== Scale ==== | + | ==== Protected Methods ==== |
- | Gets or sets the scale. | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Single<!-- System.Single --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> | + | * //N/A// |
- | [[#Public Properties|Go Back]] | + | == Remarks == |
- | ==== X ==== | + | * //N/A// |
- | Gets or sets the x. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Single<!-- System.Single --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> | + | == Return Value == |
- | [[#Public Properties|Go Back]] | + | * Type:Void |
- | ==== Y ==== | + | * Description:N/A |
- | Gets or sets the y. | + | |
- | === Return Value === | + | |
- | ^ Return Type ^ | + | |
- | | Single<!-- System.Single --> | | + | |
- | <!-- ThinkGeo.MapSuite.AndroidEdition.TransformArguments --> | + | == Parameters == |
- | [[#Public Properties|Go Back]] | + | <div newline></div> |
- | ===== Protected Properties ===== | + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** |
- | ===== Public Events ===== | + | |
- | __NOTOC__ | + | * //N/A// |
- | [[Category:AndroidEdition]] | + | == Remarks == |
- | [[Category:ThinkGeo.MapSuite.AndroidEdition]] | + | * //N/A// |
- | [[Category:UpdateDocumentation]] | + | |
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== 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 ==== | ||