C# Class System.Drawing.Image

Inheritance: System.MarshalByRefObject, IDisposable
Afficher le fichier Open project: WordDocX/DocX Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
FromStream ( Stream stream ) : Image

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Image ( Stream stream ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FromStream() public static méthode

public static FromStream ( Stream stream ) : Image
stream Stream
Résultat Image