Click or drag to resize

LineTile 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 LineTile

The LineTile type exposes the following members.

Properties
  NameDescription
Public propertyX1
Gets or sets Documentation in progress...
Public propertyX2
Gets or sets Documentation in progress...
Public propertyY1
Gets or sets Documentation in progress...
Public propertyY2
Gets or sets Documentation in progress...
Top
Methods
  NameDescription
Public methodEquals
Documentation in progress...
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Documentation in progress...
(Overrides ValueTypeGetHashCode.)
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also