ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Structure –> This structure represents a single point in screen coordinates.
*System.ValueType **ThinkGeo.MapSuite.PortableCore.ScreenPointF
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Single, Single | This constructor allows you to create a screen point by passing in an X & Y. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object(overriden) | This method is an override of the Equals functionality. |
![]() | Object(overriden) | This method is an override of the GetHashCode functionality. | |
![]() | Object | ||
![]() | Object(overriden) |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This constructor allows you to create a screen point by passing in an X & Y.
Name | Type | Description |
---|---|---|
x | Single<!– System.Single –> | This parameter represents the horizontal value of a screen point. |
y | Single<!– System.Single –> | This parameter represents the vertical value of a screen point. |
This method is an override of the Equals functionality.
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> | This method returns the Equals functionality. |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> | This parameter is the object you want to check to see if it is equal to the current instance. |
<!– System.Object(overriden) –> Go Back
This method is an override of the GetHashCode functionality.
Return Type | Description |
---|---|
Int32<!– System.Int32 –> | This method returns the hash code. |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This property returns the X, or horizontal, value of the screen point.
Return Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.PortableCore.ScreenPointF –> Go Back
This property returns the Y, or vertical, value of the screen point.
Return Type |
---|
Single<!– System.Single –> |
<!– ThinkGeo.MapSuite.PortableCore.ScreenPointF –> Go Back