Click or drag to resize
LayerBaseItem Property
Retrieves or sets the value of a tile at the specified tile coordinate

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public abstract int this[
	int x,
	int y
] { get; set; }

Parameters

x
Type: SystemInt32
y
Type: SystemInt32

Property Value

Type: Int32
See Also