picturebox
How to get the position of a Click?
I\'m currently making a game where the player will click on one of his units (which are pictureboxes) and a circle will become visible with the player\'s unit in the center. (Circle is also a pictureb[详细]
2023-03-28 04:06 分类:问答Print image in PictureBox multipule times
I have a PictureBox control and there is a barcode image in it, I want to be able to add this image multipl开发者_如何学Goe times on the same paper.[详细]
2023-03-25 09:58 分类:问答C# large picturebox darkens on right side
I am currently developing a screensaver that simulates the iPhone lockscreen.. I am using some large picturebox to display t开发者_如何学Gohe \"header\" and \"footer\" locations,[详细]
2023-03-24 01:30 分类:问答How to save PictureBox.Image to file?
I use the following to write jpgImage to a PictureBox.Image. var jpgImage = new Byte[jpgImageSize]; ...[详细]
2023-03-23 01:31 分类:问答Silverlight Programmatical Drawing (converting from Windows Forms to Silverlight)
I have a World ( a PictureBox and a Bitmap with is size ( rows * columns ) and create Graphics fromBitmap in Windows Forms ) the following is the code,[详细]
2023-03-22 18:17 分类:问答Laggy Image in visual basic
I have an image with 10,000px by 8,000px with a drag method. the problem is that whenever I zoom it in/out or drag it the image flickers. how can I avoid this problem?[详细]
2023-03-22 11:17 分类:问答How do I tell if a PictureBox's Image has changed?
Apparently, the PictureBox class does not offer an event when its Image property is set. 开发者_如何学PythonIs there a way to still catch such a change, possibly by subclassing?You could subclass it a[详细]
2023-03-22 04:56 分类:问答Saving a picture from a webcam displayed video in a PictureBox in VB6
I have used a code from the internet 开发者_StackOverflow社区to show my webcam in a certain form, however, i dont know how to capture an image and save it automatically to my local disk drive via comm[详细]
2023-03-21 04:04 分类:问答I'm trying to extract pixel colours from images, but it's only getting colours from the previously loaded image
Public Clas开发者_StackOverflows Form1 Dim x As Integer, y As Integer Dim img As Bitmap Dim pixelColor As Color[详细]
2023-03-18 11:04 分类:问答Saving image with backgroundimage to file in C#
I have a picturebox on the form, with BackgroundImage property set to certain image. The rest of the image has certain transparent areas, so that background image is shown in those areas. I want to sa[详细]
2023-03-18 05:19 分类:问答