Table of Contents

Class ShowLine

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

显示线

public class ShowLine
Inheritance
ShowLine
Inherited Members
Extension Methods

Constructors

ShowLine(CLine, WindowColor?)

构造

public ShowLine(CLine line, WindowColor? color)

Parameters

line CLine

线

color WindowColor?

颜色

Properties

Color

颜色

public WindowColor? Color { get; set; }

Property Value

WindowColor?

Line

线

public CLine Line { get; set; }

Property Value

CLine