public void Render(byte[] imgRgb24, int width, int height, int pith)
 {
     if (this._direceHandle != IntPtr.Zero)
     {
         DirectShowImageBase.Render(this._direceHandle, imgRgb24, width, height, pith);
     }
 }