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