====== ThinkGeo.MapSuite.SilverlightCore.ScreenPoint ====== {{section>upgrade_map_suite_to_10.0}} This structure represents a single point in screen coordinates. ===== Inheritance Hierarchy ===== *System.Object *System.ValueType ***ThinkGeo.MapSuite.SilverlightCore.ScreenPoint** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} ScreenPoint(Double,Double) ** * //This constructor allows you to create a screen point by passing in an X & Y.// == 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.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //This method is an override of the Equals functionality.// == Remarks == * //None// == Return Value == * Type:Boolean * Description:This method returns the Equals functionality. == Parameters == * //obj// * Type:Object * Description:This parameter is the object you want to check to see if it is equal to the current instance.
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //This method is an override of the GetHashCode functionality.// == Remarks == * //None// == Return Value == * Type:Int32 * Description:This method returns the hash code. == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
==== Protected Methods ==== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} X ** This property returns the X, or horizontal, value of the screen point. == Remarks == N/A == Return Value == * Type:Double ** {{wiki:PublicProperty.gif|}} Y ** This property returns the Y, or vertical, value of the screen point. == Remarks == None == Return Value == * Type:Double ==== Protected Properties ==== ==== Public Events ====