MemoryArray(T).Count Property

FreeImage.NET

MemoryArrayTCount Property
Gets a 32-bit integer that represents the total number of elements in the MemoryArrayT.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public int Count { get; }

Property Value

Type: Int32

Implements

ICollectionCount
See Also