Write pixels on a brushBrush
Posted: Sat Jan 05, 2013 8:41 pm
Hi,
I'm in troulble modifyng brushes. The intention is to have a brush, draw some graphic element on it and then have all saved in the brush.
My code is as follow:
SetClipRegion(1)
DisplayBrush(998,abx,aby)
SelectBrush(998)
Line(xact,yact,MouseX(),MouseY(),Forecolor,{ Thickness = Lineth})
EndSelect
; DisplayBrush(998,abx,aby)
SetClipRegion(0)
and does not work
I'm in troulble modifyng brushes. The intention is to have a brush, draw some graphic element on it and then have all saved in the brush.
My code is as follow:
SetClipRegion(1)
DisplayBrush(998,abx,aby)
SelectBrush(998)
Line(xact,yact,MouseX(),MouseY(),Forecolor,{ Thickness = Lineth})
EndSelect
; DisplayBrush(998,abx,aby)
SetClipRegion(0)
and does not work