Initializes a new instance of the
ClusterT class.
Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public Cluster(
int tileX,
int tileY
)
Public Sub New (
tileX As Integer,
tileY As Integer
)
public:
Cluster(
int tileX,
int tileY
)
new :
tileX : int *
tileY : int -> Cluster
Parameters
- tileX
- Type: SystemInt32
The x key of the cluster. - tileY
- Type: SystemInt32
The y key of the cluster.
See Also