Insert vs Draw
In programming, are you inserting an image or drawing it?
To the programmer, you're really just inserting an image into your program. Just like if you inserted an image in a Word file.
But to the program, it has to take the file and draw out the image in your program.
And that's why programming typically uses a Draw statement rather than an Insert statement.
Here are some examples:
.NET Framework Image Class:
https://msdn.microsoft.com/en-us/library/system.drawing.image(v=vs.110).aspx
Small Basic GraphicsWindow Class:
Go to https://blogs.msdn.com/SmallBasic to download Small Basic for free and learn all about it!
Post a comment if you have any further thoughts on this topic!
- Ninja Ed
Comments
- Anonymous
January 31, 2016
Computers Today (part 1 of 6) blogs.msdn.com/.../computers-today.aspx ..... CS SPOTLIGHT: Girls in computer programming... why it matters!!! blogs.msdn.com/.../cs-spotlight-girls-in-computer-programming-why-it-matters.aspx ... Computational Thinking - Videos & Papers by Jeannette Wing blogs.msdn.com/.../computational-thinking-videos-amp-papers-by-jeannette-wing.aspx