Class CPointDistance
点和距离类型
public class CPointDistance
- Inheritance
-
CPointDistance
- Inherited Members
- Extension Methods
Properties
Distance
距离
public double Distance { get; set; }
Property Value
Index
索引
public int Index { get; set; }
Property Value
Point
点
public CPoint Point { get; set; }