Table of Contents

Class CPoint

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

public class CPoint
Inheritance
CPoint
Inherited Members
Extension Methods

Constructors

CPoint()

构造

public CPoint()

CPoint(double, double)

构造

public CPoint(double row, double column)

Parameters

row double

column double

Properties

Column

public double Column { get; set; }

Property Value

double

Null

空值

public static CPoint Null { get; }

Property Value

CPoint

Row

public double Row { get; set; }

Property Value

double