The method is called after the rendering the group queue.

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

Syntax

C#
protected void OnEndRenderGroup(
	XRenderQueue..::.XRenderGroupQueueBase queue
)

Remarks

The method must put the device to its original state (if it is necessary) for rendering the next group.

Exceptions

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

See Also