Gets the number of Element objects in the collection.
Namespace:
Neodynamic.SDKAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.0)
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; } |