Click or drag to resize

Tile Structure

Struct for a tile key.

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public struct Tile

The Tile type exposes the following members.

Properties
  NameDescription
Public propertyX
Gets or sets the x key.
Public propertyY
Gets or sets the y key.
Top
Methods
  NameDescription
Public methodEquals
Documentation in progress...
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Serves as the hash function
(Overrides ValueTypeGetHashCode.)
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also