Table of Contents

Class CPointAngleF

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

点(角度)

public class CPointAngleF
Inheritance
CPointAngleF
Inherited Members
Extension Methods

Constructors

CPointAngleF()

构造

public CPointAngleF()

CPointAngleF(CPointF, float)

构造

public CPointAngleF(CPointF point, float angle)

Parameters

point CPointF

位置

angle float

角度

CPointAngleF(float, float, float)

构造

public CPointAngleF(float row, float column, float angle)

Parameters

row float

column float

angle float

角度

Properties

Angle

角度

public float Angle { get; set; }

Property Value

float

Null

空值

public static CPointAngleF Null { get; }

Property Value

CPointAngleF

Point

public CPointF Point { get; set; }

Property Value

CPointF