graphics.Display

( Brutus2D 1.5.x, 1.6, 1.7 )

graphics.Display - display the current frame.

Description

graphics.Display

graphics.Display draws the current frame (the one just drawn) to the screen. No graphics or text will be visible until you use graphics.Display

Examples

Example of Use

graphics.Initialize
key.Initialize

Do While Not key.Pressed( vk_escape ) And Not key.Pressed( vk_windowx )
    graphics.Clear
    'draw the frame
    graphics.Display
Loop

graphics.Terminate
key.Terminate

Related Pages

page tags: display graphics
page_revision: 2, last_edited: 1214231419|%e %b %Y, %H:%M %Z (%O ago)