LayerCollectionInsert Method |
Inserts a layer into the collection at the specified index.
Namespace:
Atalasoft.Annotate.UI
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void Insert(
int index,
LayerAnnotation layer
)
Public Sub Insert (
index As Integer,
layer As LayerAnnotation
)
Parameters
- index
- Type: SystemInt32
The position within the collection this layer should be placed. - layer
- Type: Atalasoft.Annotate.UILayerAnnotation
The layer to insert.
Exceptions See Also