Table of Contents

Class CLine

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

线

public class CLine
Inheritance
CLine
Inherited Members
Extension Methods

Constructors

CLine()

构造

public CLine()

CLine(CPoint, CPoint)

构造

public CLine(CPoint point1, CPoint point2)

Parameters

point1 CPoint

点1

point2 CPoint

点2

CLine(double, double, double, double)

构造

public CLine(double row1, double column1, double row2, double column2)

Parameters

row1 double

行1

column1 double

列1

row2 double

行2

column2 double

列2

Properties

Null

空值

public static CLine Null { get; }

Property Value

CLine

Point1

点1

public CPoint Point1 { get; set; }

Property Value

CPoint

Point2

点2

public CPoint Point2 { get; set; }

Property Value

CPoint