User Tools

Site Tools


thinkgeo.mapsuite.portablecore.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.portablecore.drawingrectanglef [2015/09/21 08:07]
admin
thinkgeo.mapsuite.portablecore.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 9: Line 12:
 ** {{wiki:​PublicMethod.gif|}} DrawingRectangleF(Single,​Single,​Single,​Single) ** ** {{wiki:​PublicMethod.gif|}} DrawingRectangleF(Single,​Single,​Single,​Single) **
  
-This method represents the constructor that should be used to create the structure.+  * //This method represents the constructor that should be used to create the structure.//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
 == Parameters == == Parameters ==
   * //centerX//   * //centerX//
Line 31: Line 34:
 <div newline></​div>​ <div newline></​div>​
 ==== Protected Constructors ==== ==== Protected Constructors ====
 +** {{wiki:​ProtectedMethod.gif|}} DrawingRectangleF(Single,​Single,​Single,​Single,​DrawingRectangleFormAnchor) **
 +
 +  * //N/A//
 +== Remarks ==
 +  * //N/A//
 +== Parameters ==
 +  * //x//
 +    * Type:Single
 +    * Description:​N/​A
 +
 +  * //y//
 +    * Type:Single
 +    * Description:​N/​A
 +
 +  * //width//
 +    * Type:Single
 +    * Description:​N/​A
 +
 +  * //height//
 +    * Type:Single
 +    * Description:​N/​A
 +
 +  * //​formAnchor//​
 +    * Type:​[[ThinkGeo.MapSuite.Core.DrawingRectangleFormAnchor|DrawingRectangleFormAnchor]]
 +    * Description:​N/​A
 +
 +<div newline></​div>​
 ==== Public Methods ==== ==== Public Methods ====
 ** {{wiki:​PublicMethod.gif|}} Equals(Object) ** ** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-This method is an override of the Equals functionality.+  * //This method is an override of the Equals functionality.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 50: Line 80:
 ** {{wiki:​PublicMethod.gif|}} GetHashCode() ** ** {{wiki:​PublicMethod.gif|}} GetHashCode() **
  
-This method is an override of the GetHashCode functionality.+  * //This method is an override of the GetHashCode functionality.//
 == Remarks == == Remarks ==
-None+  * //None//
  
 == Return Value == == Return Value ==
Line 62: Line 92:
 ** {{wiki:​PublicMethod.gif|}} ToString() ** ** {{wiki:​PublicMethod.gif|}} ToString() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 74: Line 104:
 ** {{wiki:​PublicMethod.gif|}} GetType() ** ** {{wiki:​PublicMethod.gif|}} GetType() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 87: Line 117:
 ** {{wiki:​ProtectedMethod.gif|}} Finalize() ** ** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 99: Line 129:
 ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() ** ** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
  
-N/A+  * //N/A//
 == Remarks == == Remarks ==
-N/A+  * //N/A//
  
 == Return Value == == Return Value ==
Line 112: Line 142:
 ** {{wiki:​PublicProperty.gif|}} CenterX ** ** {{wiki:​PublicProperty.gif|}} 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 ==
   * Type:Single   * Type:Single
Line 120: Line 150:
 ** {{wiki:​PublicProperty.gif|}} CenterY ** ** {{wiki:​PublicProperty.gif|}} 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 ==
   * Type:Single   * Type:Single
Line 128: Line 158:
 ** {{wiki:​PublicProperty.gif|}} Width ** ** {{wiki:​PublicProperty.gif|}} Width **
  
-This parameter returns the width of the rectangle.+  * //This parameter returns the width of the rectangle.//
 == Remarks == == Remarks ==
-None+  * //None//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
Line 136: Line 166:
 ** {{wiki:​PublicProperty.gif|}} Height ** ** {{wiki:​PublicProperty.gif|}} Height **
  
-This parameter returns the height of the rectangle.+  * //This parameter returns the height of the rectangle.// 
 +== Remarks == 
 +  * //None// 
 +== Return Value == 
 +  * Type:​Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} Left ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} Top ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} Right ** 
 + 
 +  * //N/A// 
 +== Remarks == 
 +  * //N/A// 
 +== Return Value == 
 +  * Type:​Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} Bottom ** 
 + 
 +  * //N/A//
 == Remarks == == Remarks ==
-None+  * //N/A//
 == Return Value == == Return Value ==
   * Type:Single   * Type:Single
thinkgeo.mapsuite.portablecore.drawingrectanglef.1442822822.txt.gz · Last modified: 2015/09/21 08:07 by admin