![]() |
MKI_DialogBitmapExport (Dialogs) Changed in Version 2019.0 |
www.CAD6.com |
C++ Syntaxbool MKI_DialogBitmapExport( HWND f_hWindow, const LPCWSTR f_pszCaption, MKI_BITMAP_EXPORT_REF f_rExportData, bool f_fIsDrawing );
Shows and processes a dialog for bitmap export parameter editing.
Not supported in CAD6starter!
ParametersWindow [HWND] Handle of the dialog window's parent window. Caption [const LPCWSTR] Title of the dialog window to be displayed. Be careful that the given title fits into the dialog window's caption. ExportData [MKI_BITMAP_EXPORT_REF] Address of a buffer containing the bitmap export parameters to be edited. IsDrawing New in Version 2019.0 [bool] Pass true if the current drawing's settings shall offered for editing, otherwise pass false.
Return ValueReturns true if the dialog window was ended by pressing the OK button, else false.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH