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