C# Class HandsFree.OmniViewer

Show file Open project: Ractiv/HandsFree Class Usage Examples

Public Properties

Property Type Description
Suppressed bool
viewerDict ImageViewer>.Dictionary

Public Methods

Method Description
CloseAll ( ) : void
Show ( byte>.Image &image, string name ) : void
Show ( byte>.Image &image, string name ) : void

Method Details

CloseAll() public static method

public static CloseAll ( ) : void
return void

Show() public static method

public static Show ( byte>.Image &image, string name ) : void
image byte>.Image
name string
return void

Show() public static method

public static Show ( byte>.Image &image, string name ) : void
image byte>.Image
name string
return void

Property Details

Suppressed public static property

public static bool Suppressed
return bool

viewerDict public static property

public static Dictionary viewerDict
return ImageViewer>.Dictionary