Esempio n. 1
0
        public static void Push(HTuple win_handle)
        {
            int err = HalconAPI.HWindowStackPush((long)win_handle);

            if (err != 2)
            {
                throw new HalconException(err, "HDevWindowStack::Push");
            }
        }