CAViewer::SetImageFilter

CAViewer class

Enables or disables image linear filtering.

void SetImageFilter(
  BOOL onoroff
  );

Parameters

onoroff
If set to TRUE, Image Linear Filtering is enabled; if set to FALSE, it is disabled.

Return Value

None.

Remarks

When enabled, Image Linear Filtering smoothes the color values of each data point in the graph by blending the color with colors of neighboring points.

See Also

CAViewer::GetImageFilter