Table of Contents

Class CContourF

Namespace
AT.Librarys.Container.Toolkit.Vision
Assembly
AT.Librarys.Container.dll

轮廓

public class CContourF
Inheritance
CContourF
Inherited Members
Extension Methods

Constructors

CContourF()

构造

public CContourF()

CContourF(List<CPointF>)

构造

public CContourF(List<CPointF> points)

Parameters

points List<CPointF>

Properties

Null

空值

public static CContourF Null { get; }

Property Value

CContourF

Points

public List<CPointF> Points { get; set; }

Property Value

List<CPointF>