C# Class SIL.FieldWorks.Common.COMInterfaces.VwGraphicsTests.GraphicsObjectFromImage

Inheritance: IDisposable
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
Dispose ( ) : void
GraphicsObjectFromImage ( ) : System
GraphicsObjectFromImage ( int width, int height ) : System

Méthodes protégées

Méthode Description
Dispose ( bool fDisposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

GraphicsObjectFromImage() public méthode

public GraphicsObjectFromImage ( ) : System
Résultat System

GraphicsObjectFromImage() public méthode

public GraphicsObjectFromImage ( int width, int height ) : System
width int
height int
Résultat System