Bitmaps

klaus

Expert
Licensed User
Longtime User
Will there be a possibility to initialize a bitmap with it's width and height ? like
Bitmap.Initialize4(Width As Int, Height As Int)
or
Bitmap.Initialize4(Rect As Rect)
or
Bitmap.Initialize4(Left As Int, Top As Int, Right As Int, Bottom As Int))

Best regards.
 
Top