且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

轻松实现轮廓绘制功能的方法?

更新时间:2023-11-15 13:44:58

我们曾经在VB2的图片框上使用PSET(像素集)命令。



我不知道这个命令是否仍然可以在一个图片框对象中使用,但它非常基本所以我认为它仍然存在。



据我所知使用的命令类似.....



We used to use PSET (pixel set) command on a picturebox in VB2.

I dont know if that command is still available in a picturebox object but its is pretty basic so I shuold assume its still there.

As far as i can remember the command used go something like.....

MyPictureBox1.Pset(X,Y,Color)


看看这个样本我做了什么

http://www.codeproject.com/Questions/505546/howplustoplusdrawplusstraightpluslineplushorizo​​nta\">在这个网站上





它不在C ++中,但它不应该太难以移植
Look at this sample i did
http://www.codeproject.com/Questions/505546/howplustoplusdrawplusstraightpluslineplushorizonta">On this website


its not in C++ but it shouldn''t be too difficult to port