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

Inheritance: IDisposable
Mostra file Open project: sillsdev/FieldWorks

Public Methods

Method Description
Dispose ( ) : void
GraphicsObjectFromImage ( ) : System
GraphicsObjectFromImage ( int width, int height ) : System

Protected Methods

Method Description
Dispose ( bool fDisposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool fDisposing ) : void
fDisposing bool
return void

GraphicsObjectFromImage() public method

public GraphicsObjectFromImage ( ) : System
return System

GraphicsObjectFromImage() public method

public GraphicsObjectFromImage ( int width, int height ) : System
width int
height int
return System