Table of Contents

Class CLineF

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

线

public class CLineF
Inheritance
CLineF
Inherited Members
Extension Methods

Constructors

CLineF()

构造

public CLineF()

CLineF(CPointF, CPointF)

构造

public CLineF(CPointF point1, CPointF point2)

Parameters

point1 CPointF

点1

point2 CPointF

点2

CLineF(float, float, float, float)

构造

public CLineF(float row1, float column1, float row2, float column2)

Parameters

row1 float

行1

column1 float

列1

row2 float

行2

column2 float

列2

Properties

Null

空值

public static CPointF Null { get; }

Property Value

CPointF

Point1

点1

public CPointF Point1 { get; set; }

Property Value

CPointF

Point2

点2

public CPointF Point2 { get; set; }

Property Value

CPointF