[This is preliminary documentation and is subject to change.]
CTor - creates new instance of the
BitmapResult class from image path
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public BitmapResult(
string ImagePath,
bool Temporary
) |
| Visual Basic |
|---|
Public Sub New ( _
ImagePath As String, _
Temporary As Boolean _
) |
| Visual C++ |
|---|
public:
BitmapResult(
String^ ImagePath,
bool Temporary
) |
| F# |
|---|
new :
ImagePath:string *
Temporary:bool -> BitmapResult |
Parameters
- ImagePath
- Type: System..::..String
Path to image preview bitmap is stored in.
- Temporary
- Type: System..::..Boolean
[Missing <param name="Temporary"/> documentation for "M:Tools.TotalCommanderT.BitmapResult.#ctor(System.String,System.Boolean)"]
Exceptions
See Also