Recurity.Swf.TagHandler.DefineShape4.DefineShape4 C# (CSharp) Method

DefineShape4() public method

DefineShape4 extends the capabilities of DefineShape3 by using a new line style record in the

shape. LINESTYLE2 allows new types of joins and caps as well as scaling options and the

ability to fill a stroke.

public DefineShape4 ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this tag.
return System
        public DefineShape4(byte InitialVersion)
            : base(InitialVersion)
        {
            this._shapeBounds = new Rect(this._SwfVersion);
            this._edgeBounds = new Rect(this._SwfVersion);
            this._shapes = new ShapeWithStyle(this._SwfVersion);
        }