python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to implment walls in Maze game in Java GUI
I have an image with walls in it for my little maze game but currently, my player can move around freely meaning on top of the walls. If I want to restrict this free movement with walls, do I have to ...
Jeff
Votes: 0
Answers: 0
How to extract an area of a video using coordinates from cv2.rectangle
I'm trying to write a code in Python that should read a video and at any time the user must be able to draw a rectangular area on it.
After that I use the rectangle coordinates to extract the area sel...
Daniele Radaelli
Votes: 0
Answers: 0
How to Modify a iTextSharp.text.Rectangle Top left position in VB?
I am Using itextsharp dll in VB to generate a PDF. In the PDF, need to increase space between rectangle and text. I tried to setmargin and changed the rectangle coordinates, but the space between top ...
Devi
Votes: 0
Answers: 1