Get the number of tiles in the collection.
[Visual Basic .NET] |
---|
Public Function GetCount() As Integer |
[C#] |
---|
public int GetCount(); |
[Managed C++] |
---|
public: int GetCount(); |
[Unmanaged C++] |
---|
public: HRESULT GetCount( int * pCount ); |
[Java] |
---|
public Integer getCount(); |