CCT.NUI.Core.Shape.Contour.Contour C# (CSharp) Method

Contour() public method

public Contour ( ) : System
return System
        public Contour()
            : this(new List<Point>())
        { }

Same methods

Contour::Contour ( IList points ) : System