![]() |
MKI_BitmapWriteToFile (Bitmaps) Changed in Version 2019.0 |
www.CAD6.com |
C++ Syntaxbool MKI_BitmapWriteToFile( __int32 f_nBitmapIndex, const LPCWSTR f_pszFileName, __int32 f_nFileType );
Writes one of the currently loaded bitmaps of the current drawing to a disk file. This includes both referenced and embedded bitmaps.
ParametersBitmapIndex [__int32] Zero-based index of the bitmap that shall be written to a bitmap file. Valid range: 0 <= Value < MKI_BitmapGetNumber. FileName [const LPCWSTR] File name of the destination bitmap file. FileType [__int32] Identifier of the file type the bitmap shall be written to (see MKI_BITMAPMODE_*).
Return ValueReturns true if successful. If false is returned, either the parameters are invalid or the file could not be created (possibly due to disk space).
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH