Class CRectangle1
平行于坐标轴的矩形
public class CRectangle1
- Inheritance
-
CRectangle1
- Inherited Members
- Extension Methods
Constructors
CRectangle1()
构造
public CRectangle1()
CRectangle1(CPoint, CPoint)
平行于坐标轴的矩形
public CRectangle1(CPoint point1, CPoint point2)
Parameters
CRectangle1(double, double, double, double)
平行于坐标轴的矩形
public CRectangle1(double row1, double column1, double row2, double column2)
Parameters
Properties
Null
空值
public static CRectangle1 Null { get; }
Property Value
Point1
点1
public CPoint Point1 { get; set; }
Property Value
Point2
点2
public CPoint Point2 { get; set; }
Property Value
Methods
ToCRectangle2()
转成CRectangle2
public CRectangle2 ToCRectangle2()