Code: Select all
StartDrawing(ImageOutput(#ImgText))
Box(0,0,40,25,#Black)
DrawText(10,10,"Hello",#White)
StopDrawing()
Code: Select all
StartDrawing(ImageOutput(#ImgText))
Box(0,0,40,25,#Black)
DrawText(10,10,"Hello",#White)
StopDrawing()
Code: Select all
Bmp.BITMAP
GetObject_(ImageID(#Image), SizeOf(BITMAP), @Bmp)
MemoryBuffer = Bmp\bmBits