Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function Create( _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal fmt As PixelFormat _ ) As Bitmap |
Visual Basic (Usage) | Copy Code |
---|---|
Dim width As Integer Dim height As Integer Dim fmt As PixelFormat Dim value As Bitmap value = ImageIO.Create(width, height, fmt) |
Parameters
- width
- width in pixels
- height
- height in pixels
- fmt
- pixel format. Valid values: Format1bppIndexed, Format8bppIndexed, Format24bppRgb
Return Value
Bitmap objectLicensing: Requires any ClearImage license
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family