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

Matrix() public method

public Matrix ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System
        public Matrix( byte InitialVersion )
            : base(InitialVersion)
        {
        }