CAViewer::SetDepthcue

CAViewer class

Enables or disables depth cueing.

void SetDepthcue(
  BOOL onoroff
  );

Parameters

onoroff
If set to TRUE, depth cueing is enabled; if set to FALSE, it is disabled.

Return Value

None.

Remarks

When enabled, depth cueing fades out more distant parts of the graph to provide an enhanced perception of depth. Depthcue has no effect unless the GraphType property is HeightField.

See Also

CAViewer::GetDepthcue, CAViewer::GetGraphType