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