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