klaus Expert Licensed User Longtime User Dec 10, 2010 #1 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.
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.
klaus Expert Licensed User Longtime User Dec 12, 2010 #3 Yes for drawings, and why not with a default color. Bitmap.Initialize4(Left As Int, Top As Int, Right As Int, Bottom As Int, Color As Int) Best regards.
Yes for drawings, and why not with a default color. Bitmap.Initialize4(Left As Int, Top As Int, Right As Int, Bottom As Int, Color As Int) Best regards.