User Tools

Site Tools


thinkgeo.mapsuite.androidedition.transformarguments

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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