BitMiracle.LibJpeg.Classic.jpeg_common_struct.WARNMS C# (CSharp) Method

WARNMS() public method

Used for non-fatal errors (we can keep going, but the data is probably corrupt).
public WARNMS ( J_MESSAGE_CODE code ) : void
code J_MESSAGE_CODE The message code.
return void
        public void WARNMS(J_MESSAGE_CODE code)
        {
            WARNMS((int)code);
        }

Same methods

jpeg_common_struct::WARNMS ( int code ) : void