HasImage
Check if MatrixObject has image
BOOL HasImage()
Returns TRUE if the matrix object has image, else FALSE.
EX1
void MatrixObject_HasImage_Ex1() { MatrixPage mp = Project.MatrixPages(0); if(!mp) return; MatrixObject mo(mp.GetName(), 0); if (mo.HasImage()) printf("Matrix has Image\n"); else printf("Matrix has NO Image\n"); }
MatrixLayer::HasImage
origin.h