public void MoveLayer( Layer layer, GroupLayer targetLayer, int position )
Public Overloads Sub MoveLayer( _ ByVal layer As Layer, _ ByVal targetLayer As GroupLayer, _ ByVal position As Integer _ )
Parameters
- layer
- A layer.
- targetLayer
- The layer container to move the layer to.
- position
- The position specified by the 0-based index. -1 will move the layer the bottom of the container. If the index is invalid, the layer is moved to the bottom of the container.