User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.screenpoint

ThinkGeo.MapSuite.SilverlightCore.ScreenPoint

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This structure represents a single point in screen coordinates.

Inheritance Hierarchy

  • System.Object
    • System.ValueType
      • ThinkGeo.MapSuite.SilverlightCore.ScreenPoint

Members Summary

Public Constructors

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

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.

GetHashCode()

  • This method is an override of the GetHashCode functionality.
Remarks
  • None
Return Value
  • Type:Int32
  • Description:This method returns the hash code.
Parameters

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

X

This property returns the X, or horizontal, value of the screen point.

Remarks

N/A

Return Value
  • Type:Double

Y

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.txt · Last modified: 2017/03/16 21:59 (external edit)