Thanks in advance
using (Bitmap bmp = Bitmap.FromHbitmap(new IntPtr(vncCtrl.ScreenBitmap))){ //do something with bmp }
ScreenBitmap property returns HBITMAP handle of a current screen bitmap.
Many thanks for the help