This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
thinkgeo.mapsuite.core.screenpointf [2015/09/17 10:39] admin |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== 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 === | ||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#ScreenPointF(Single,Single)|ScreenPointF]]** | ||
- | * **Parameters**:Single,Single | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:This constructor allows you to create a screen point by passing in an X & Y. | ||
- | </div> | ||
- | |||
- | === Protected Constructors === | ||
- | === Public Methods === | ||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#Equals(Object)|Equals]]** | ||
- | * **Parameters**:Object | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:This method is an override of the Equals functionality. | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#GetHashCode()|GetHashCode]]** | ||
- | * **Parameters**:N/A | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:This method is an override of the GetHashCode functionality. | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#GetType()|GetType]]** | ||
- | * **Parameters**:N/A | ||
- | * **DeclaringType**:Object | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:PublicMethod.gif|}}[[#ToString()|ToString]]** | ||
- | * **Parameters**:N/A | ||
- | * **DeclaringType**:N/A | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | === Protected Methods === | ||
- | <div class_table> | ||
- | **{{wiki:ProtectedMethod.gif|}}[[#Finalize()|Finalize]]** | ||
- | * **Parameters**:N/A | ||
- | * **DeclaringType**:Object | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | <div class_table> | ||
- | **{{wiki:ProtectedMethod.gif|}}[[#MemberwiseClone()|MemberwiseClone]]** | ||
- | * **Parameters**:N/A | ||
- | * **DeclaringType**:Object | ||
- | * **Summary**:N/A | ||
- | </div> | ||
- | |||
- | === Public Properties === | ||
- | **{{wiki:PublicProperty.gif|}}[[#X|X]]** | ||
- | * **Return**:Single | ||
- | * **Summary**:This property returns the X, or horizontal, value of the screen point. | ||
- | |||
- | **{{wiki:PublicProperty.gif|}}[[#Y|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. | ||
- | |||
- | [[#Public Constructors|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. | ||
- | |||
- | [[#Public Methods|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 ==== | ||
- | [[#Public Methods|Go Back]] | ||
- | === GetType() === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:Type | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | [[#Public Methods|Go Back]] | ||
- | === ToString() === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:String | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | [[#Public Methods|Go Back]] | ||
- | ===== Protected Methods ===== | ||
- | === Finalize() === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:Void | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | === MemberwiseClone() === | ||
- | N/A | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | |||
- | **Return Value** | ||
- | * **Return Type**:Object | ||
- | * **Description**:N/A | ||
- | |||
- | ==== Parameters ==== | ||
- | [[#Protected Methods|Go Back]] | ||
- | ===== Public Properties ===== | ||
- | === X === | ||
- | This property returns the X, or horizontal, value of the screen point. | ||
- | ==== Remarks ==== | ||
- | N/A | ||
- | ==== Return Value ==== | ||
- | **Return Type**:Single | ||
- | |||
- | [[#Public Properties|Go Back]] | ||
- | === Y === | ||
- | This property returns the Y, or vertical, value of the screen point. | ||
- | ==== Remarks ==== | ||
- | None | ||
- | ==== Return Value ==== | ||
- | **Return Type**:Single | ||
- | |||
- | [[#Public Properties|Go Back]] | ||
- | ===== Protected Properties ===== | ||
- | ===== Public Events ===== | ||
8501 Wade Blvd Ste 550
Frisco, TX 75034
United States
sales@thinkgeo.com
1-785-727-4133
Online Store
- Desktop
WPF
WinForms
- Web
WebAPI HTML5/JavaScript
ASP.NET MVC
WebForms with AJAX
- Mobile
iOS
Android™
World Street
World Imagery
Routing
Geocoding
Reverse Geocoding
Elevation
Quick Start Guides
Documentation
Blogs
Discussion Forums
Customer Portal
About Us
News & Announcemets
Privacy Policy
Copyright 2003-2017 ThinkGeo LLC.
All rights reserved.