CreateBitmapFromImage
Creates a bitmap from an image.
Visual Basic |
---|
Public Function CreateBitmapFromImage( _
ByVal w As Integer _
ByVal h As Integer _
) As Integer
|
- w
- The width in pixels to create the bitmap.
- h
- The height in pixels to create the bitmap.
sis.CreateBitmapFromImage (100, 100)