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

ShapeRecord() public method

Abstract class from which all SHAPERECORDs derive
public ShapeRecord ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System
        public ShapeRecord(byte InitialVersion)
            : base(InitialVersion)
        {
        }