Table of Contents

Class CPointAngle

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

点(角度)

public class CPointAngle
Inheritance
CPointAngle
Inherited Members
Extension Methods

Constructors

CPointAngle()

构造

public CPointAngle()

CPointAngle(CPoint, double)

构造

public CPointAngle(CPoint point, double angle)

Parameters

point CPoint

位置

angle double

角度

CPointAngle(double, double, double)

构造

public CPointAngle(double row, double column, double angle)

Parameters

row double

column double

angle double

角度

Properties

Angle

角度

public double Angle { get; set; }

Property Value

double

Null

空值

public static CPointAngle Null { get; }

Property Value

CPointAngle

Point

public CPoint Point { get; set; }

Property Value

CPoint