User Tools

Site Tools


thinkgeo.mapsuite.core.screenpointf

This is an old revision of the document!


ThinkGeo.MapSuite.Core.ScreenPointF

This structure represents a single point in screen coordinates.

Inheritance Hierarchy

  • System.Object
    • System.ValueType
      • ThinkGeo.MapSuite.Core.ScreenPointF

Members Summary

Public Constructors

ScreenPointF(Single,Single)

  • This constructor allows you to create a screen point by passing in an X & Y.
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.

Protected Constructors

Public Methods

ToString()

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

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

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:Single

Y

This property returns the Y, or vertical, value of the screen point.

Remarks

None

Return Value
  • Type:Single

Protected Properties

Public Events

thinkgeo.mapsuite.core.screenpointf.1442910475.txt.gz · Last modified: 2015/09/22 08:27 by admin