Esempio n. 1
0
 public static bool pl_md_create_frame_struct_cont(ref IntPtr pFrame, UInt16 roiCount)
 {
     if (m_is64bit)
     {
         return(Pvcam64.pl_md_create_frame_struct_cont(ref pFrame, roiCount));
     }
     else
     {
         return(Pvcam32.pl_md_create_frame_struct_cont(ref pFrame, roiCount));
     }
 }