SWFProcessing.SWFModeller.Characters.Shapes.ShapeDef.ShapeDef C# (CSharp) Method

ShapeDef() public method

public ShapeDef ( ) : System.Collections.Generic
return System.Collections.Generic
        public ShapeDef()
        {
            this.FillStyles = new List<IFillStyle>();
            this.LineStyles = new List<ILineStyle>();
        }