Class CLine
线
public class CLine
- Inheritance
-
CLine
- Inherited Members
- Extension Methods
Constructors
CLine()
构造
public CLine()
CLine(CPoint, CPoint)
构造
public CLine(CPoint point1, CPoint point2)
Parameters
CLine(double, double, double, double)
构造
public CLine(double row1, double column1, double row2, double column2)
Parameters
Properties
Null
空值
public static CLine Null { get; }
Property Value
Point1
点1
public CPoint Point1 { get; set; }
Property Value
Point2
点2
public CPoint Point2 { get; set; }