Table of Contents

Class ShowImageEventArgs

Namespace
AT.Librarys.Container.Toolkit.Vision
Assembly
AT.Librarys.Container.dll

显示图像事件数据

public class ShowImageEventArgs : EventArgs
Inheritance
ShowImageEventArgs
Inherited Members
Extension Methods

Constructors

ShowImageEventArgs(object)

构造

public ShowImageEventArgs(object image)

Parameters

image object

名称

Properties

Image

图像

public object Image { get; set; }

Property Value

object