[This is preliminary documentation and is subject to change.]

CTor - creates new instance of the BitmapResult class from miniature image

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public BitmapResult(
	Bitmap Bitmap
)
Visual Basic
Public Sub New ( _
	Bitmap As Bitmap _
)
Visual C++
public:
BitmapResult(
	Bitmap^ Bitmap
)
F#
new : 
        Bitmap:Bitmap -> BitmapResult
JScript
public function BitmapResult(
	Bitmap : Bitmap
)

Parameters

Bitmap
Type: System.Drawing..::..Bitmap
Miniature image

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionBitmap is null

See Also