1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2024-09-19 12:14:49 +00:00

Updated Picture box (markdown)

FellippeHeitor 2016-12-22 00:02:29 -02:00
parent df8953774e
commit b4d734bc8d

@ -8,6 +8,8 @@ You can draw directly onto a PictureBox's surface using QB64's drawing commands:
_DEST 0 _DEST 0
Control(ControlID).PreviousValue = 0 'This line will trigger an update/refresh to the control Control(ControlID).PreviousValue = 0 'This line will trigger an update/refresh to the control
A good place to add code that updates a PictureBox's software drawing is the BeforeUpdateDisplay event handler (SUB __UI_BeforeUpdateDisplay), as it is run before every form repaint.
###[[Events]] ###[[Events]]
* [[Click|Mouse events#click]] * [[Click|Mouse events#click]]
* [[MouseDown/MouseUp|Mouse events#mousedownmouseup]] * [[MouseDown/MouseUp|Mouse events#mousedownmouseup]]