lcDrwNew Home

Clears a drawing object into initial state.

 BOOL lcDrwNew (
   HANDLE hDrw,
   LPCWSTR szFileName,
   HANDLE hLcWnd
 );

Parameters
hDrw
  Handle to a drawing object.
szFileName
  Drawing's filename. It will be used when you save the drawing into a file.
hLcWnd
  Handle to a graphics window. Specify NULL if you do not want to display the drawing.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).