Core2D.Collections.XShapes.XShapes C# (CSharp) Méthode

XShapes() public méthode

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