Recurity.Swf.CurvedEdgeRecord.CurvedEdgeRecord C# (CSharp) 메소드

CurvedEdgeRecord() 공개 메소드

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