Recurity.Swf.LineStyle.LineStyle C# (CSharp) Method

LineStyle() public method

A line style represents a width and color of a line.
public LineStyle ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this objct
return System
        public LineStyle(byte InitialVersion)
            : base(InitialVersion)
        {
            this._width = 0;
            this._color = new Rgb(this._SwfVersion);
        }