User Tools

Site Tools


thinkgeo.mapsuite.core.screenpointf

Differences

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

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.core.screenpointf [2015/08/20 03:08]
127.0.0.1 external edit
thinkgeo.mapsuite.core.screenpointf [2017/03/16 21:59] (current)
Line 1: Line 1:
 ====== ThinkGeo.MapSuite.Core.ScreenPointF ====== ====== ThinkGeo.MapSuite.Core.ScreenPointF ======
  
 +{{section>​upgrade_map_suite_to_10.0}}
  
- 
-<!-- Structure --> 
 This structure represents a single point in screen coordinates. This structure represents a single point in screen coordinates.
 ===== Inheritance Hierarchy ===== ===== Inheritance Hierarchy =====
-*System.ValueType +  *System.Object 
-**[[ThinkGeo.MapSuite.Core.ScreenPointF]]+    ​*System.ValueType 
 +      ***ThinkGeo.MapSuite.Core.ScreenPointF**
 ===== Members Summary ===== ===== Members Summary =====
 ==== Public Constructors ==== ==== Public Constructors ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ScreenPointF(Single,​Single) ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#ScreenPointF(Single,​ Single)|ScreenPointF]] ​  | Single, Single ​  ​| ​   | This constructor allows you to create a screen point by passing in an X & Y.   |+
  
-==== Protected Constructors ​==== +  * //This constructor allows you to create a screen point by passing in an X & Y.// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //None// 
 +== Parameters ​== 
 +  * //x// 
 +    * Type:​Single 
 +    * Description:​This parameter represents the horizontal value of a screen point.
  
 +  * //y//
 +    * Type:Single
 +    * Description:​This parameter represents the vertical value of a screen point.
 +
 +<div newline></​div>​
 +==== Protected Constructors ====
 ==== Public Methods ==== ==== Public Methods ====
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +** {{wiki:​PublicMethod.gif|}} ToString() ​**
-{{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object(overriden) ​  | This method is an override of the Equals functionality. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object(overriden) ​  | This method is an override of the GetHashCode functionality. ​  | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | +
-| {{wiki:​PublicMethod.gif|Public Method}}[[#ToString()|ToString]] ​  ​| ​   | Object(overriden) ​  ​| ​   |+
  
-==== Protected Methods ==== +  * //N/A// 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ +== Remarks ​== 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | +  * //N/A//
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   |+
  
-==== Public Properties ==== +== Return Value == 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ +  * Type:String 
-| {{wiki:PublicProperty.gif|Public Property}}[[#​X|X]] ​  | Single ​  ​| ​   | This property returns the X, or horizontal, value of the screen point. ​  | +  * Description:N/A
-| {{wiki:PublicProperty.gif|Public Property}}[[#​Y|Y]] ​  | Single ​  ​| ​   | This property returns the Y, or vertical, value of the screen point. ​  |+
  
-==== Protected Properties ==== +== Parameters ​== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^+<div newline></​div>​ 
 +** {{wiki:​PublicMethod.gif|}} Equals(Object) **
  
-==== Public Events ==== +  * //This method is an override of the Equals functionality.//​ 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^+== Remarks ​== 
 +  * //None//
  
-===== Public Constructors ===== +== Return Value == 
-==== ScreenPointF(Single,​ Single) ==== +  ​Type:Boolean 
-This constructor allows you to create a screen point by passing in an X & Y. +  Description:This method returns ​the Equals functionality.
-=== Parameters === +
-^  Name ^  ​Type ​ ​Description ​+
-| x   | Single<​!-- System.Single --> ​  | This parameter represents the horizontal value of a screen point. ​  | +
-| y   | Single<​!-- System.Single --> ​  ​| ​This parameter represents ​the vertical value of a screen point  |+
  
-[[#Public Constructors|Go Back]] +== Parameters ​== 
-===== Protected Constructors ===== +  * //obj// 
-===== Public Methods ===== +    * Type:Object 
-==== Equals(Object) ==== +    * Description:​This parameter ​is the object you want to check to see if it is equal to the current instance.
-This method ​is an override of the Equals functionality. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Boolean<​!-- System.Boolean --> ​  | This method returns ​the Equals functionality  |+
  
-=== Parameters === +<div newline></​div>​ 
-^  Name ^  Type ^  Description ^ +** {{wiki:​PublicMethod.gif|}} GetHashCode() **
-| obj   | Object<!-- System.Object --  | This parameter is the object you want to check to see if it is equal to the current instance  ​|+
  
-<!-- System.Object(overriden) --> +  * //This method is an override of the GetHashCode functionality.// 
-[[#Public Methods|Go Back]] +== Remarks ​== 
-==== GetHashCode() ==== +  * //None//
-This method is an override of the GetHashCode functionality. +
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Int32<​!-- System.Int32 --> ​  | This method returns the hash code.   |+
  
-=== Parameters === +== Return Value == 
-^  Name ^  ​Type ​ ​Description ​^+  ​Type:Int32 
 +  Description:This method returns the hash code.
  
-<!-- System.Object(overriden) --> +== Parameters ​== 
-[[#Public Methods|Go Back]] +<div newline></​div>​ 
-==== GetType() ​==== +** {{wiki:​PublicMethod.gif|}} GetType() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Type<!-- System.Type --> ​  ​| ​   ​|+
  
-=== Parameters === +  * //N/A// 
-^  Name ^  Type ^  Description ^+== Remarks ​== 
 +  ​* //N/A//
  
-<!-- System.Object --> +== Return Value == 
-[[#Public Methods|Go Back]] +  * Type:Type 
-==== ToString() ==== +  * Description:N/A
-=== Return Value === +
-^ Return ​Type Description ​+
-| String<​!-- System.String --> ​  ​| ​   |+
  
-=== Parameters === +== Parameters ​== 
-^  Name ^  Type ^  Description ^+<div newline></​div>​ 
 +==== Protected Methods ==== 
 +** {{wiki:​ProtectedMethod.gif|}} Finalize() **
  
-<!-- System.Object(overriden) --> +  * //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:Void 
 +  Description:N/A
  
-<!-- System.Object --> +== Parameters ​== 
-[[#​Protected Methods|Go Back]] +<div newline></​div>​ 
-==== MemberwiseClone() ​==== +** {{wiki:​ProtectedMethod.gif|}} MemberwiseClone() **
-=== Return Value === +
-^ Return Type ^ Description ^ +
-| Object<​!-- System.Object --> ​  ​| ​   ​|+
  
-=== Parameters ​=== +  * //N/A// 
-^  Name ^  ​Type ​ ​Description ​^+== Remarks ​== 
 +  * //N/A// 
 + 
 +== Return Value == 
 +  ​Type:Object 
 +  Description:N/A 
 + 
 +== Parameters == 
 +<div newline></​div>​ 
 +==== Public Properties ==== 
 +** {{wiki:​PublicProperty.gif|}} X **
  
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== X ==== 
 This property returns the X, or horizontal, value of the screen point. This property returns the X, or horizontal, value of the screen point.
-=== Return Value === +== Remarks == 
-^ Return ​Type +N/A 
-Single<!-- System.Single --> ​  |+== Return Value == 
 +  ​* ​Type:Single 
 + 
 +** {{wiki:​PublicProperty.gif|}} Y **
  
-<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> 
-[[#Public Properties|Go Back]] 
-==== Y ==== 
 This property returns the Y, or vertical, value of the screen point. This property returns the Y, or vertical, value of the screen point.
-=== Return Value === +== Remarks == 
-^ Return ​Type +None 
-| Single<​!-- System.Single ​--> ​  |+== Return Value == 
 +  ​* ​Type:Single
  
-<!-- ThinkGeo.MapSuite.Core.ScreenPointF --> +==== Protected Properties ==== 
-[[#Public Properties|Go Back]] +==== Public Events ====
-===== Protected Properties ​===== +
-===== Public Events ====+
-__NOTOC__ +
-[[Category:​MapSuiteCore]] +
-[[Category:​ThinkGeo.MapSuite.Core]] +
-[[Category:​UpdateDocumentation]]+
  
thinkgeo.mapsuite.core.screenpointf.1440040130.txt.gz · Last modified: 2015/09/17 10:39 (external edit)