Click or drag to resize
TilesetTileCount Property
Return the number of tiles in this tileset.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public int TileCount { get; }

Property Value

Type: Int32
Remarks
This value will correspond to the largest mapped tile value or the largest frame index in the associated frameset, whichever is larger.
See Also