CODController::SaveDib

BOOL CODController::SaveDib(LPCTSTR lpszFileName)

Saves contents of the viewport to a Windows bitmap.

Defined in: OdController.cpp

Return Value

TRUE if successfully saved; otherwise FALSE.

Parameters

lpszFileName

Name of file to create.

Comments

This function creates a Windows bitmap (DIB) file and saves the contents of the viewport to it.