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

ShapeRecord() 공개 메소드

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