彩票走势图

彩票走势图 > 慧问 > 频道

在TVideoGrabber中,对某部分视频帧反转颜色?[TVideoGrabber Video SDK]

发表于2019-05-10 回复:0 查看:2596  |  
如何利用OnFrameOverlayUsingDC事件对某一部分视频帧反转颜色(最好是代码示例)
1个回答
  • 1970-01-01 08:00
    代码如下: <pre class='brush: csharp'>private void _fg_MouseDown(object sender, MouseEventArgs e) { if(e.Button==MouseButtons.Right) { C1FlexGrid fg = sender as C1FlexGrid; int c = fg.MouseCol; int r = fg.MouseRow; if (c < fg.Cols.Fixed || r < fg.Rows.Fixed) return; fg.Row = r; fg.Col = c; } }</pre>
    1
    回复 举报
回复

登录 慧都网发表评论

扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP