Core2D.Collections.XShapes.XShapes C# (CSharp) Method

XShapes() public method

Initializes a new instance of the XShapes class.
public XShapes ( ) : System.Collections.Immutable
return System.Collections.Immutable
        public XShapes()
        {
            Children = ImmutableArray.Create<BaseShape>();
        }
    }
XShapes