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

  • Parameters:Single,Single
  • DeclaringType:N/A
  • Summary:This constructor allows you to create a screen point by passing in an X & Y.

Protected Constructors

Public Methods

Equals

  • Parameters:Object
  • DeclaringType:N/A
  • Summary:This method is an override of the Equals functionality.

GetHashCode

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:This method is an override of the GetHashCode functionality.

GetType

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

ToString

  • Parameters:N/A
  • DeclaringType:N/A
  • Summary:N/A

Protected Methods

Finalize

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

MemberwiseClone

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Public Properties

X

  • Return:Single
  • Summary:This property returns the X, or horizontal, value of the screen point.

Y

  • Return:Single
  • Summary:This property returns the Y, or vertical, value of the screen point.

Protected Properties

Public Events

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.

Go Back

Protected Constructors

Public Methods

Equals(Object)

This method is an override of the Equals functionality.

Remarks

None

Return Value

  • Return 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.

Go Back

GetHashCode()

This method is an override of the GetHashCode functionality.

Remarks

None

Return Value

  • Return Type:Int32
  • Description:This method returns the hash code.

Parameters

GetType()

N/A

Remarks

N/A

Return Value

  • Return Type:Type
  • Description:N/A

Parameters

ToString()

N/A

Remarks

N/A

Return Value

  • Return Type:String
  • Description:N/A

Parameters

Protected Methods

Finalize()

N/A

Remarks

N/A

Return Value

  • Return Type:Void
  • Description:N/A

Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value

  • Return 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

Return Type:Single

Go Back

Y

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

Remarks

None

Return Value

Return Type:Single

Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.core.screenpointf.1442486364.txt.gz · Last modified: 2015/09/17 10:39 by admin