Piccolo.NET

PLayerList.Insert Method 

Inserts a layer to the list at the specified position.

public void Insert(
   int index,
   PLayer layer
);

Parameters

index
The zero-based index at which the layer should be inserted.
layer
The layer to insert into the list.

See Also

PLayerList Class | UMD.HCIL.Piccolo.Util Namespace


Web Accessibility