Core2D.Project.XLayer.XLayer C# (CSharp) Method

XLayer() public method

Initializes a new instance of the XLayer class.
public XLayer ( ) : System
return System
        public XLayer()
            : base()
        {
            _shapes = ImmutableArray.Create<BaseShape>();
        }