This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
thinkgeo.mapsuite.portablecore.screenpointf [2015/09/21 08:18] admin |
thinkgeo.mapsuite.portablecore.screenpointf [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.Core.ScreenPointF ====== | ====== ThinkGeo.MapSuite.Core.ScreenPointF ====== | ||
| + | |||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | |||
| This structure represents a single point in screen coordinates. | This structure represents a single point in screen coordinates. | ||
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| Line 9: | Line 12: | ||
| ** {{wiki:PublicMethod.gif|}} ScreenPointF(Single,Single) ** | ** {{wiki:PublicMethod.gif|}} ScreenPointF(Single,Single) ** | ||
| - | This constructor allows you to create a screen point by passing in an X & Y. | + | * //This constructor allows you to create a screen point by passing in an X & Y.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Parameters == | == Parameters == | ||
| * //x// | * //x// | ||
| Line 26: | Line 29: | ||
| ** {{wiki:PublicMethod.gif|}} ToString() ** | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 38: | Line 41: | ||
| ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | This method is an override of the Equals functionality. | + | * //This method is an override of the Equals functionality.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Return Value == | == Return Value == | ||
| Line 54: | Line 57: | ||
| ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
| - | This method is an override of the GetHashCode functionality. | + | * //This method is an override of the GetHashCode functionality.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Return Value == | == Return Value == | ||
| Line 66: | Line 69: | ||
| ** {{wiki:PublicMethod.gif|}} GetType() ** | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 79: | Line 82: | ||
| ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 91: | Line 94: | ||
| ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | N/A | + | * //N/A// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| Line 104: | Line 107: | ||
| ** {{wiki:PublicProperty.gif|}} X ** | ** {{wiki:PublicProperty.gif|}} X ** | ||
| - | This property returns the X, or horizontal, value of the screen point. | + | * //This property returns the X, or horizontal, value of the screen point.// |
| == Remarks == | == Remarks == | ||
| - | N/A | + | * //N/A// |
| == Return Value == | == Return Value == | ||
| * Type:Single | * Type:Single | ||
| Line 112: | Line 115: | ||
| ** {{wiki:PublicProperty.gif|}} Y ** | ** {{wiki:PublicProperty.gif|}} Y ** | ||
| - | This property returns the Y, or vertical, value of the screen point. | + | * //This property returns the Y, or vertical, value of the screen point.// |
| == Remarks == | == Remarks == | ||
| - | None | + | * //None// |
| == Return Value == | == Return Value == | ||
| * Type:Single | * Type:Single | ||