Recurity.Swf.TagHandler.DefineBitsJPEG2.DefineBitsJPEG2 C# (CSharp) 메소드

DefineBitsJPEG2() 공개 메소드

This tag defines a bitmap character with JPEG compression.
public DefineBitsJPEG2 ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this tag.
리턴 System
        public DefineBitsJPEG2( byte InitialVersion )
            : base(InitialVersion)
        {
        }