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

Layer.SwapObjects Method (IVObject, IVObject)

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

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Sub SwapObjects ( _
	obj0 As IVObject, _
	obj1 As IVObject _
)
C#
public void SwapObjects(
	IVObject obj0,
	IVObject obj1
)

Parameters

obj0

Type: Aurigma.GraphicsMill.WinControls.IVObject

The first object to swap.
obj1

Type: Aurigma.GraphicsMill.WinControls.IVObject

The second object to swap.

See Also

Reference