Table of Contents

Class CRectangle2F

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

矩形

public class CRectangle2F
Inheritance
CRectangle2F
Inherited Members
Extension Methods

Constructors

CRectangle2F()

构造

public CRectangle2F()

CRectangle2F(CPointF, float, float, float)

矩形

public CRectangle2F(CPointF point, float angle, float length1, float length2)

Parameters

point CPointF

angle float

角度

length1 float

长1

length2 float

长2

CRectangle2F(float, float, float, float, float)

矩形

public CRectangle2F(float row, float column, float angle, float length1, float length2)

Parameters

row float

row

column float

column

angle float

角度

length1 float

长1

length2 float

长2

Properties

Angle

矩形主轴方向和水平轴夹角

public float Angle { get; set; }

Property Value

float

Length1

矩形宽度

public float Length1 { get; set; }

Property Value

float

Length2

矩形高度

public float Length2 { get; set; }

Property Value

float

Null

空值

public static CRectangle2F Null { get; }

Property Value

CRectangle2F

Point

矩形中心坐标行

public CPointF Point { get; set; }

Property Value

CPointF