User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.screenpoint

Differences

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

Link to this comparison view

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