GetCellWidth
Get the matrix cell width
double GetCellWidth( )
The matrix cell width
EX1
//Get the matrix cell width void MatrixLayer_GetCellWidth_Ex1() { MatrixPage mp = Project.MatrixPages(0); if(!mp) return; MatrixLayer ml(mp.GetName()); if( ml ) printf("The matrix cell width is %f\n", ml.GetCellWidth()); }
MatrixLayer::SetCellWidth
origin.h