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

CurvedEdgeRecord() public method

A quadratic bezier curve.
public CurvedEdgeRecord ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System
        public CurvedEdgeRecord(byte InitialVersion)
            : base(InitialVersion)
        {
            this._numbits = 0;
            this._controlDeltaX = 0;
            this._controlDeltaY = 0;
            this._anchorDeltaX = 0;
            this._anchorDeltaY = 0;
        }