Class GrabFinishEventArgs
采集完成事件数据
public class GrabFinishEventArgs : EventArgs
- Inheritance
-
GrabFinishEventArgs
- Inherited Members
- Extension Methods
Properties
Image
图像
public CObject Image { get; set; }
Property Value
Index
拍照索引
public int Index { get; set; }
Property Value
Name
名称
public string Name { get; set; }