Core2D.Path.XPathFigure.XPathFigure C# (CSharp) Method

XPathFigure() public method

Initializes a new instance of the XPathFigure class.
public XPathFigure ( ) : System.Collections.Generic
return System.Collections.Generic
        public XPathFigure()
        {
            StartPoint = new XPoint();
            Segments = ImmutableArray.Create<XPathSegment>();
        }