Namespace:
Ptv.XServer.Controls.Map.Tools
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public LineCluster(
int tileX1,
int tileY1,
int tileX2,
int tileY2
)
Public Sub New (
tileX1 As Integer,
tileY1 As Integer,
tileX2 As Integer,
tileY2 As Integer
)
public:
LineCluster(
int tileX1,
int tileY1,
int tileX2,
int tileY2
)
new :
tileX1 : int *
tileY1 : int *
tileX2 : int *
tileY2 : int -> LineCluster
Parameters
- tileX1
- Type: SystemInt32
Documentation in progress... - tileY1
- Type: SystemInt32
Documentation in progress... - tileX2
- Type: SystemInt32
Documentation in progress... - tileY2
- Type: SystemInt32
Documentation in progress...
See Also