Gets an Element at the specified index 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 Element this[ int index ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As Element |
| Visual C++ |
|---|
public: property Element^ default[int index] { Element^ get (int index); } |
Parameters
- index
- Type: System..::.Int32