SetLeadBitmap
Set the LEAD bitmap handle of the matrix object.
BOOL SetLeadBitmap( LPVOID pLBmp, BOOL bMakeCopy = true, BOOL bResetZoom = false )
Return TRUE for success and FALSE for error.
EX1
void MatrixObject_SetLeadBitmap_Ex1(LPVOID pLBmp) { MatrixPage mp = Project.MatrixPages(0); if(!mp) return; MatrixObject mo(mp.GetName(), 0); if(!mo.SetLeadBitmap(pLBmp)) printf("failed to set"); }
MatrixObject::GetLeadBitmap
origin.h