User Tools

Site Tools


thinkgeo.mapsuite.core.drawingrectanglef

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
thinkgeo.mapsuite.core.drawingrectanglef [2015/09/17 10:28]
admin
thinkgeo.mapsuite.core.drawingrectanglef [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.DrawingRectangleF ====== ====== ThinkGeo.MapSuite.Core.DrawingRectangleF ======
 +
 +{{section>​upgrade_map_suite_to_10.0}}
 +
 This structure represents the drawing of a rectangle in screen coordinates. This structure represents the drawing of a rectangle in screen coordinates.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
Line 6: Line 9:
       ***ThinkGeo.MapSuite.Core.DrawingRectangleF**       ***ThinkGeo.MapSuite.Core.DrawingRectangleF**
 ===== Members Summary ===== ===== Members Summary =====
-=== Public Constructors === +==== Public Constructors ==== 
-<div class_table>​ +** {{wiki:​PublicMethod.gif|}} DrawingRectangleF(Single,​Single,​Single,​Single) **
-**{{wiki:​PublicMethod.gif|}}[[#DrawingRectangleF(Single,​Single,​Single,​Single)|DrawingRectangleF]]** +
-  * **Parameters**:​Single,​Single,​Single,​Single +
-  * **DeclaringType**:​N/​A +
-  * **Summary**:​This method represents the constructor that should be used to create the structure. +
-</​div>​+
  
-=== Protected Constructors === +  * //This method represents the constructor that should be used to create the structure.//​ 
-=== Public Methods === +== Remarks ​== 
-<div class_table>​ +  * //N/A// 
-**{{wiki:​PublicMethod.gif|}}[[#​Equals(Object)|Equals]]** +== Parameters ​== 
-  * **Parameters**:​Object +  * //centerX// 
-  * **DeclaringType**:N/A +    Type:Single 
-  * **Summary**:​This ​method is an override ​of the Equals functionality. +    Description:This parameter represents the center horizontal value of the rectangle.
-</​div>​+
  
-<div class_table>​ +  ​* //centerY// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetHashCode()|GetHashCode]]** +    Type:Single 
-  * **Parameters**:​N/A +    Description:This parameter represents the center vertical value of the rectangle.
-  * **DeclaringType**:N/A +
-  * **Summary**:​This ​method is an override ​of the GetHashCode functionality. +
-</​div>​+
  
-<div class_table>​ +  ​* //width// 
-**{{wiki:​PublicMethod.gif|}}[[#​GetType()|GetType]]** +    Type:Single 
-  * **Parameters**:​N/A +    Description:This parameter represents the width of the rectangle.
-  * **DeclaringType**:Object +
-  * **Summary**:N/A +
-</​div>​+
  
-<div class_table>​ +  ​* //height// 
-**{{wiki:​PublicMethod.gif|}}[[#​ToString()|ToString]]** +    Type:Single 
-  * **Parameters**:​N/A +    Description:This parameter represents the height of the rectangle.
-  * **DeclaringType**:ValueType +
-  * **Summary**:N/A +
-</​div>​+
  
-=== Protected Methods === +<div newline></​div>​ 
-<div class_table>​ +==== Protected ​Constructors ==== 
-**{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** +==== Public ​Methods ==== 
-  * **Parameters**:​N/​A +** {{wiki:PublicMethod.gif|}} ​Equals(Object) **
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/​A +
-</​div>​+
  
-<div class_table>​ +  ​//This method is an override of the Equals functionality.// 
-**{{wiki:​ProtectedMethod.gif|}}[[#​MemberwiseClone()|MemberwiseClone]]** +== Remarks == 
-  * **Parameters**:​N/A +  * //None//
-  * **DeclaringType**:​Object +
-  * **Summary**:​N/+
-</div>+
  
-=== Public Properties === +== Return Value == 
-**{{wiki:​PublicProperty.gif|}}[[#​CenterX|CenterX]]** +  * Type:Boolean 
-  * **Return**:Single +  * Description:N/A
-  * **Summary**:This parameter represents the center horizontal value of the rectangle.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​CenterY|CenterY]]** +== Parameters == 
-  * **Return**:Single +  * //obj// 
-  * **Summary**:This parameter represents the center vertical value of the rectangle.+    ​Type:Object 
 +    Description:N/A
  
-**{{wiki:PublicProperty.gif|}}[[#​Height|Height]]** +<div newline></​div>​ 
-  * **Return**:​Single +** {{wiki:PublicMethod.gif|}} ​GetHashCode() ​**
-  * **Summary**:​This parameter returns the height of the rectangle.+
  
-**{{wiki:​PublicProperty.gif|}}[[#​Width|Width]]** +  ​//This method is an override of the GetHashCode functionality.// 
-  * **Return**:​Single +== Remarks == 
-  * **Summary**:​This parameter returns the width of the rectangle.+  * //None//
  
-=== Protected Properties ​=== +== Return Value == 
-=== Public Events === +  * Type:Int32 
-===== Public Constructors ===== +  * Description:​N/A
-=== DrawingRectangleF(Single,​Single,​Single,​Single) === +
-This method represents the constructor that should be used to create the structure. +
-==== Remarks ==== +
-N/A +
-==== Parameters ==== +
-**centerX** +
-  ​* **Type**:Single +
-  ​* **Description:​This parameter represents the center horizontal value of the rectangle.+
  
-**centerY** +== Parameters == 
-  * **Type**:Single +<div newline></​div>​ 
-  ​* **Description:​This parameter represents the center vertical value of the rectangle.+** {{wiki:PublicMethod.gif|}} ToString() ​**
  
-**width** +  ​//N/A// 
-  * **Type**:​Single +== Remarks == 
-  * **Description:​This parameter represents the width of the rectangle.+  * //N/A//
  
-**height** +== Return Value == 
-  ​* **Type**:Single +  * Type:String 
-  ​* **Description:​This parameter represents the height of the rectangle.+  * Description:​N/A
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +<div newline></​div>​ 
-===== Public Methods ===== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Equals(Object=== +
-This method is an override of the Equals functionality. +
-==== Remarks ==== +
-None+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Boolean +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-**obj** +  * Type:Type 
-  ​* **Type**:Object +  * Description:​N/​A
-  ​* **Description**:N/A+
  
-[[#Public Methods|Go Back]] +== Parameters ​== 
-=== GetHashCode() === +<div newline></​div>​ 
-This method is an override of the GetHashCode functionality. +==== Protected Methods ​==== 
-==== Remarks ​==== +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
-None+
  
-**Return Value** +  ​//N/A// 
-  * **Return Type**:​Int32 +== Remarks == 
-  * **Description**:​N/A+  * //N/A//
  
-==== Parameters ==== +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Void 
-=== GetType() === +  * Description:​N/A
-N/A +
-==== Remarks ==== +
-N/A+
  
-**Return Value** +== Parameters == 
-  * **Return Type**:Type +<div newline></​div>​ 
-  ​* **Description**:​N/​A+** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ​**
  
-==== Parameters ==== +  * //N/A// 
-[[#Public Methods|Go Back]] +== Remarks == 
-=== ToString() === +  * //N/A//
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** +== Return Value == 
-  * **Return ​Type**:String +  * Type:Object 
-  ​* **Description**:N/A+  * Description:​N/​A
  
-==== Parameters ​==== +== Parameters == 
-[[#Public Methods|Go Back]] +<div newline><​/div> 
-===== Protected Methods ===== +==== Public Properties ​==== 
-=== Finalize() === +** {{wiki:​PublicProperty.gif|}} CenterX **
-N/A +
-==== Remarks ​==== +
-N/A+
  
-**Return Value** 
-  * **Return Type**:Void 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-=== MemberwiseClone() === 
-N/A 
-==== Remarks ==== 
-N/A 
- 
-**Return Value** 
-  * **Return Type**:​Object 
-  * **Description**:​N/​A 
- 
-==== Parameters ==== 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-=== CenterX === 
 This parameter represents the center horizontal value of the rectangle. This parameter represents the center horizontal value of the rectangle.
-==== Remarks ​====+== Remarks ==
 None None
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:Single 
 + 
 +** {{wiki:PublicProperty.gif|}} CenterY **
  
-[[#Public Properties|Go Back]] 
-=== CenterY === 
 This parameter represents the center vertical value of the rectangle. This parameter represents the center vertical value of the rectangle.
-==== Remarks ​====+== Remarks ==
 None None
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:Single
  
-[[#Public Properties|Go Back]] +** {{wiki:​PublicProperty.gif|}} Width **
-=== Height === +
-This parameter returns the height of the rectangle. +
-==== Remarks ==== +
-None +
-==== Return Value ==== +
-**Return Type**:Single+
  
-[[#Public Properties|Go Back]] 
-=== Width === 
 This parameter returns the width of the rectangle. This parameter returns the width of the rectangle.
-==== Remarks ​====+== Remarks ​== 
 +None 
 +== Return Value == 
 +  * Type:​Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} Height ** 
 + 
 +This parameter returns the height of the rectangle. 
 +== Remarks ​==
 None None
-==== Return Value ==== +== Return Value == 
-**Return ​Type**:Single+  * Type:Single
  
-[[#Public Properties|Go Back]] +==== Protected Properties ==== 
-===== Protected Properties ​===== +==== Public Events ====
-===== Public Events ​=====+
  
thinkgeo.mapsuite.core.drawingrectanglef.1442485683.txt.gz · Last modified: 2015/09/17 10:28 by admin