Table of Contents

Class ShowRectangle2

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

显示矩形

public class ShowRectangle2
Inheritance
ShowRectangle2
Inherited Members
Extension Methods

Constructors

ShowRectangle2(CRectangle2, bool, WindowColor?)

构造

public ShowRectangle2(CRectangle2 rectangle, bool isArrow, WindowColor? color)

Parameters

rectangle CRectangle2

矩形

isArrow bool

箭头

color WindowColor?

颜色

Properties

Color

颜色

public WindowColor? Color { get; set; }

Property Value

WindowColor?

IsArrow

箭头

public bool IsArrow { get; set; }

Property Value

bool

Rectangle2

矩形

public CRectangle2 Rectangle2 { get; set; }

Property Value

CRectangle2