C# 클래스 ImageMagick.WarningEventArgs

Arguments for the Warning event.
상속: System.EventArgs
파일 보기 프로젝트 열기: dlemstra/Magick.NET 1 사용 예제들

공개 메소드들

메소드 설명
WarningEventArgs ( MagickWarningException exception ) : System

Initializes a new instance of the WarningEventArgs class.

메소드 상세

WarningEventArgs() 공개 메소드

Initializes a new instance of the WarningEventArgs class.
public WarningEventArgs ( MagickWarningException exception ) : System
exception MagickWarningException The MagickWarningException that was thrown.
리턴 System