Table of Contents

Class CPointD

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

public class CPointD
Inheritance
CPointD
Inherited Members
Extension Methods

Constructors

CPointD()

构造

public CPointD()

CPointD(float, float)

构造

public CPointD(float row, float column)

Parameters

row float

column float

Properties

Column

public double Column { get; set; }

Property Value

double

Null

空值

public static CPointD Null { get; }

Property Value

CPointD

Row

public double Row { get; set; }

Property Value

double