【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.4.28.16 MatrixObject::GetLeadBitmap
Contents
Description
Not copy, access internal
Syntax
LPVOID GetLeadBitmap( )
Parameters
Return
Return the handle of the LEAD bitmap attached to the matrix object or NULL if the matrix object does not contain a LEAD bitmap or if an error occurred.
Examples
EX1
void MatrixObject_GetLeadBitmap_Ex1() { MatrixPage mp = Project.MatrixPages(0); if(!mp) return; MatrixObject mo(mp.GetName(), 0); LPVOID l =mo.GetLeadBitmap(); }
Remark
Get the handle of the LEAD bitmap attached to the matrix object. This method does not make a copy of the bitmap.
See Also
Header to Include
origin.h