Creates image with a given resolution.
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public Image CreateImage( float resolution )  | 
| Visual Basic (Declaration) | 
|---|
Public Function CreateImage ( _ resolution As Single _ ) As Image  | 
| Visual C++ | 
|---|
public: Image^ CreateImage( float resolution )  | 
Parameters
- resolution
 - Type: System..::.Single