Initializes a new instance of the ImageWrap class.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public ImageWrap( Bitmap bitmap ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ bitmap As Bitmap _ ) |
| Visual C++ |
|---|
public: ImageWrap( Bitmap^ bitmap ) |
Parameters
- bitmap
- Type: System.Drawing..::.Bitmap