Class CContourF
轮廓
public class CContourF
- Inheritance
-
CContourF
- Inherited Members
- Extension Methods
Constructors
CContourF()
构造
public CContourF()
CContourF(List<CPointF>)
构造
public CContourF(List<CPointF> points)
Parameters
Properties
Null
空值
public static CContourF Null { get; }
Property Value
Points
点
public List<CPointF> Points { get; set; }