Table of Contents

Class CRectangle1F

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

平行于坐标轴的矩形

public class CRectangle1F
Inheritance
CRectangle1F
Inherited Members
Extension Methods

Constructors

CRectangle1F()

构造

public CRectangle1F()

CRectangle1F(CPointF, CPointF)

平行于坐标轴的矩形

public CRectangle1F(CPointF point1, CPointF point2)

Parameters

point1 CPointF

点1

point2 CPointF

点2

CRectangle1F(float, float, float, float)

平行于坐标轴的矩形

public CRectangle1F(float row1, float column1, float row2, float column2)

Parameters

row1 float
column1 float
row2 float
column2 float

Properties

Null

空值

public static CRectangle1F Null { get; }

Property Value

CRectangle1F

Point1

点1

public CPointF Point1 { get; set; }

Property Value

CPointF

Point2

点2

public CPointF Point2 { get; set; }

Property Value

CPointF