This documentation is for the old version. Go to the latest Graphics Mill docs

Layer.SwapObjects Method

Swaps two v-objects inside the layer (changes the z-order).

Overload List

Name Description
Public method SwapObjects(Int32, Int32)

Swaps the v-objects specified by their indices inside the layer (changes the z-order).

Public method SwapObjects(IVObject, IVObject)

Swaps the specifed v-objects inside the layer (changes the z-order).

See Also

Reference