The method is called after the rendering the group queue.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
protected void OnEndRenderGroup( XRenderQueue..::.XRenderGroupQueueBase queue ) |
Parameters
- queue
- Type: SGP.XSpace..::.XRenderQueue..::.XRenderGroupQueueBase
The XRenderQueue..::.XRenderGroupQueueBase group being rendered.
Remarks
The method must put the device to its original state (if it is necessary) for rendering the next group.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | queue is nullNothingnullptra null reference (Nothing in Visual Basic). |