Exemple #1
0
 public static bool POS_PreDownloadBmpToRAM(string pszPath, int nID)
 {
     bmpBuffer = TEXTANDPIC.TAC_TurnPicToPixData(pszPath);
     return(true);
 }
Exemple #2
0
 public static bool POS_PL_DownloadAndPrintBmp(string pszPath, int nOrgx, int nOrgy, int nMode)
 {
     byte[][] temp = TEXTANDPIC.TAC_TurnPicToPixData(pszPath);
     CACULATE.CACU_CopyData(temp, nOrgy - temp.Length, nOrgx, PageBuffer);
     return(true);
 }