Gets a 32-bit integer that represents the total number of elements
in the MemoryArray<(Of <(T>)>).
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public int Count { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Count As Integer |
Visual C++ |
---|
public: virtual property int Count { int get () sealed; } |