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