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

StraightEdgeRecord() public method

The STRAIGHTEDGERECORD stores the edge as an X-Y delta.
public StraightEdgeRecord ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object
return System
        public StraightEdgeRecord(byte InitialVersion)
            : base(InitialVersion)
        {
            this._numbits = 0;
            this._generalLineFlag = false;
            this._vertLineFlag = false;
            this._deltaX = 0;
            this._deltaY = 0;
        }