yab | yet another Basic for HAIKU
Would you like to react to this message? Create an account in a few clicks or log in to continue.

BITMAP GET x1,y1 to x2 ,y2,Target_bitmap$ ,Source_bitmap$

Go down

BITMAP GET x1,y1 to x2 ,y2,Target_bitmap$ ,Source_bitmap$   Empty BITMAP GET x1,y1 to x2 ,y2,Target_bitmap$ ,Source_bitmap$

Post by bbjimmy Mon May 18, 2015 5:17 pm

I was looking into why this doesn't work. It appears that the code is corect and works well, but the documentation is wrong. now it says:
Code:
BITMAP GET x1,y1 to x2 ,y2,Target_bitmap$ ,Source_bitmap$
Copies specified area of Source_bitmap$ to Target_bitmap$.

it should say:
Code:
BITMAP GET x1,y1 to x2 ,y2,Target_bitmap$ ,Source_view$
Copies specified area of Source_view$ to Target_bitmap$.

So this copies part of a view to a bitmap.
bbjimmy
bbjimmy

Posts : 10
Join date : 2015-04-21
Location : Coquille Oregon

http://fatelk.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum