MatrixObject::GetLeadBitmap

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

MatrixObject::SetLeadBitmap

Header to Include

origin.h