Core2D.Collections.XShapes.XShapes C# (CSharp) 메소드

XShapes() 공개 메소드

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