Table of Contents

Class CRectangle1

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

平行于坐标轴的矩形

public class CRectangle1
Inheritance
CRectangle1
Inherited Members
Extension Methods

Constructors

CRectangle1()

构造

public CRectangle1()

CRectangle1(CPoint, CPoint)

平行于坐标轴的矩形

public CRectangle1(CPoint point1, CPoint point2)

Parameters

point1 CPoint

点1

point2 CPoint

点2

CRectangle1(double, double, double, double)

平行于坐标轴的矩形

public CRectangle1(double row1, double column1, double row2, double column2)

Parameters

row1 double
column1 double
row2 double
column2 double

Properties

Null

空值

public static CRectangle1 Null { get; }

Property Value

CRectangle1

Point1

点1

public CPoint Point1 { get; set; }

Property Value

CPoint

Point2

点2

public CPoint Point2 { get; set; }

Property Value

CPoint

Methods

ToCRectangle2()

转成CRectangle2

public CRectangle2 ToCRectangle2()

Returns

CRectangle2