luddie Posted July 25, 2015 Share Posted July 25, 2015 I want to get the bitmap for example for x=1 y=1 to x=10 y=10 but how do I do this. There is a function Findbitmap but not a function Getbitmap, can somebody show me how to do it. I am pretty sure it is possible with scar. Thanks very much in advance! Quote Link to comment Share on other sites More sharing options...
FHannes Posted July 26, 2015 Share Posted July 26, 2015 begin DebugBitmap(GetClient.CaptureEx(1, 1, 10, 10)); end. Quote Link to comment Share on other sites More sharing options...