Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RGB codes - screen
Message
From
23/12/2010 18:07:10
 
 
To
23/12/2010 14:57:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01493739
Message ID:
01493754
Views:
59
>i have a table with rgb codes.
>
>each rgb code represents one pixel.
>
>i need to display them one after another.
>
>the idea is basically to recreate the picture which is stored in the table.
>
>i just cannot figure out how to do this.


Hi,

you should make use of the PSet method.

Object.PSet ([nXCoord, nYCoord]) sets the specified point(nXCoord, nYCoord) with the given RGB value.

Regards,

Koen
Previous
Reply
Map
View

Click here to load this message in the networking platform