C# Class ImageMagick.WarningEventArgs

Arguments for the Warning event.
Inheritance: System.EventArgs
Afficher le fichier Open project: dlemstra/Magick.NET Class Usage Examples

Méthodes publiques

Méthode Description
WarningEventArgs ( MagickWarningException exception ) : System

Initializes a new instance of the WarningEventArgs class.

Method Details

WarningEventArgs() public méthode

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