You are here: Start » AVL.NET » Image Constructor
Image Constructor
Creates an image using a System.Bitmap instance for supported bitmap formats or throws a NotSupportedException.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public Image(
System.Drawing.Bitmap bitmap
)
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| bitmap | System.Drawing.Bitmap | Instance of the System.Bitmap class. Supported bitmap formats: PixelFormat::Format24bppRgb, PixelFormat::Format32bppRgb, PixelFormat::Format32bppArgb, PixelFormat::Format48bppRgb, PixelFormat::Format64bppArgb, PixelFormat::Format1bppIndexed, PixelFormat::Format4bppIndexed and PixelFormat::Format8bppIndexed |
Remarks
Supported bitmap formats: PixelFormat::Format24bppRgb, PixelFormat::Format32bppRgb, PixelFormat::Format32bppArgb, PixelFormat::Format48bppRgb, PixelFormat::Format64bppArgb, PixelFormat::Format1bppIndexed, PixelFormat::Format4bppIndexed, PixelFormat::Format8bppIndexed
