Class CPoint
点
public class CPoint
- Inheritance
-
CPoint
- Inherited Members
- Extension Methods
Constructors
CPoint()
构造
public CPoint()
CPoint(double, double)
构造
public CPoint(double row, double column)
Parameters
Properties
Column
列
public double Column { get; set; }
Property Value
Null
空值
public static CPoint Null { get; }
Property Value
Row
行
public double Row { get; set; }