Sets the the fog rendering for the given device.

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

Syntax

C#
public void SetRenderFog(
	XScreen screen,
	XDeviceCaps caps
)

Parameters

screen
Type: SGP.XSpace..::.XScreen
The XScreen screen instance that the fog rendering will set for.
caps
Type: SGP.XSpace..::.XDeviceCaps
The device XDeviceCaps capabilities.

Exceptions

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

See Also