GDI vs PowerBASIC

Category: Graphics - GDI

Date: 02-16-2022

Return to Index


 
'PowerBASIC supplies a wide variety of GRAPHIC statements.  These are designed
'to provide easier access to the drawing capabilities that GDI offers, as well
'as to provide some features not available with GDI functions.
 
'But not all GDI capabilities are replicated with the PowerBASIC GRAPHIC
'statements.  Also, the PowerBASIC GRAPHIC statements are limited to drawing
'on 3 specific graphic targets - a memory bitmap, a Graphic Control and
'a Graphic Window.
 
'PowerBASIC Advantages:
' - Simpler syntax
' -
 
 
'PowerBASIC Disadvantages:
' - Cannot draw on dialog surface
' - Cannot draw on most controls
 
'gbs_00491
'Date: 03-10-2012


created by gbSnippets
http://www.garybeene.com/sw/gbsnippets.htm