Moves view vp1 in front of the view vp2.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void MoveInFrontOf(
	XViewport vp1,
	XViewport vp2
)

Parameters

vp1
Type: SGP.XSpace..::.XViewport
The XViewport view that will be in front of the view vp2.
vp2
Type: SGP.XSpace..::.XViewport
The XViewport view that will be behind the view vp1.

Exceptions

ExceptionCondition
System..::.ArgumentNullException vp1 is nullNothingnullptra null reference (Nothing in Visual Basic).
System..::.ArgumentNullException vp2 is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also