User Tools

Site Tools


thinkgeo.mapsuite.iosedition.transformarguments

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
thinkgeo.mapsuite.iosedition.transformarguments [2015/09/21 08:34]
admin
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.iOSEdition.TransformArguments ====== 
-Represents an arguments that transform map control. 
-===== Inheritance Hierarchy ===== 
-  *System.Object 
-    ***ThinkGeo.MapSuite.iOSEdition.TransformArguments** 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-** {{wiki:​PublicMethod.gif|}} TransformArguments() ** 
- 
-Initializes a new instance of the  class. 
-== 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 ==== 
-** {{wiki:​PublicMethod.gif|}} PostScale(Single,​nfloat,​nfloat) ** 
- 
-Posts the scale of MapControl. 
-== 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} PostTranslate(nfloat,​nfloat) ** 
- 
-Posts the translate of MapControl. 
-== 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. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Reset() ** 
- 
-Resets this instance of MapControl. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Set(TransformArguments) ** 
- 
-Sets the specified matrix of MapControl. 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:Void 
-  * Description:​N/​A 
- 
-== Parameters == 
-  * //matrix// 
-    * Type:​[[ThinkGeo.MapSuite.iOSEdition.TransformArguments|TransformArguments]] 
-    * Description:​The matrix. 
- 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} ToString() ** 
- 
-N/A 
-== Remarks == 
-N/A 
- 
-== Return Value == 
-  * Type:String 
-  * Description:​N/​A 
- 
-== Parameters == 
-<div newline></​div>​ 
-** {{wiki:​PublicMethod.gif|}} Equals(Object) ** 
- 
-N/A 
-== 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 ** 
- 
-Gets or sets the center x of MapControl. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:nfloat 
- 
-** {{wiki:​PublicProperty.gif|}} CenterY ** 
- 
-Gets or sets the center y of MapControl. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:nfloat 
- 
-** {{wiki:​PublicProperty.gif|}} ProcessingExtent ** 
- 
-Gets or sets the processing extent of MapControl. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​[[ThinkGeo.MapSuite.Core.RectangleShape|RectangleShape]] 
- 
-** {{wiki:​PublicProperty.gif|}} Scale ** 
- 
-Gets or sets the scale of MapControl. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} X ** 
- 
-Gets or sets the x of MapControl. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:nfloat 
- 
-** {{wiki:​PublicProperty.gif|}} Y ** 
- 
-Gets or sets the y of MapControl. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:nfloat 
- 
-** {{wiki:​PublicProperty.gif|}} Rotation ** 
- 
-Gets or sets the rotation of MapControl. 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:Single 
- 
-** {{wiki:​PublicProperty.gif|}} InertiallyPan ** 
- 
-N/A 
-== Remarks == 
-N/A 
-== Return Value == 
-  * Type:​Boolean 
- 
-==== Protected Properties ==== 
-==== Public Events ==== 
  
thinkgeo.mapsuite.iosedition.transformarguments.1442824499.txt.gz ยท Last modified: 2015/09/21 08:34 by admin