rifter1818
Junior Contributor
I want to create a texture from the screen sortof like clicking print screen copies an image to the clip board only i want to make a texture of it to play with,.. any advice?
SendKeys.SendWait("+{PRTSC}");
Bitmap screen=(Bitmap)Clipboard.GetDataObject().GetData(typeof(Bitmap));