Table of Contents

Class ShowObjectEventArgs

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

显示对象事件数据

public class ShowObjectEventArgs : EventArgs
Inheritance
ShowObjectEventArgs
Inherited Members
Extension Methods

Constructors

ShowObjectEventArgs(int, object, WindowColor?)

构造

public ShowObjectEventArgs(int sortID, object graphicsObject, WindowColor? color)

Parameters

sortID int

排序ID

graphicsObject object

图像对象

color WindowColor?

颜色

Properties

Color

颜色

public WindowColor? Color { get; set; }

Property Value

WindowColor?

GraphicsObject

图像对象

public object GraphicsObject { get; set; }

Property Value

object

SortID

排序ID

public int SortID { get; set; }

Property Value

int