GetPixel

This tag is associated with 1 posts
599px-Second_stellation_of_dodecahedron

VB Graphics Programming: Part 2 (Beginning API)

Basic API Pixel Routines Next, let’s discuss the basics of per-pixel graphics programming using the simple API routines of GetPixel and SetPixel/SetPixelV.  If you haven’t already, I recommend reading the previous page, “Pure VB Pixel Routines,” as it provides the foundation for the advanced graphics principles discussed in this and the next two sections. Assuming [...]