drawing2d Questions
7
Solved
I'm assisting someone with user interface code to visualise a mathematical image analysis.
During this process we'll be segmenting part of a 2D shape into triangles, and filling some of these tria...
3
Making a random art generator for assignment. We are supposed to have squares randomly pop up but I can't figure out to draw a square. This is what I have so far
function drawSquare(canvas, contex...
Panel asked 13/4, 2018 at 0:52
8
Solved
I have checked out this question, but the answer is very large for me:
How to know if a line intersects a plane in C#? - Basic 2D geometry
Is there any .NET method to know if a line defined by tw...
1
Solved
I drew the following grid:
The above grid is drawn using the following two methods, one to calculate the grid and the other to calculate the centers for each cell:
//makes grid in picture box
p...
Thoracotomy asked 18/7, 2017 at 6:30
3
Solved
I'm trying to resize an image in .NET, but get a faint black border around the resized image. I found a post - http://social.msdn.microsoft.com/forums/en-US/csharpgeneral/thread/cf765094-c8c1-4991-...
2
I'm pretty much new in programing for Android. My app is sample app from api demos on developer android website. When I change parameters in that sample drawing it gets larger . That drawing needs ...
Phantom asked 24/4, 2012 at 18:15
1
Solved
'm developing an application in which I'm pasting images, doing drawing and painting on canvas. This app can also Scale up/down the canvas or drag it to different location. My problem is: I can't g...
Stockbreeder asked 7/9, 2012 at 6:9
1
Solved
I have a little drawing app and want to use "complex" shapes as brushes, i.e. a star.
Drawing with a simple brush already works with this code:
remotePath.reset();
remotePath.moveTo(start_x, start...
Shreve asked 10/8, 2011 at 3:48
7
I'd need a very easy to use drawing c or c++ library. This means that I don't need to put buttons, frames or anything else in there, but I need just to draw points, circles, lines on a graphic wind...
1
Solved
I tried enough to find in google & android this question. Also did several trials & errors, but couldn't get this question.
I was learning Android's "Draw Nine Patch" images. One basic I kn...
1
Solved
A hatch pattern is made from two colors: one defined by the BackgroundColor, which fills the background and one for the lines that form the pattern over the background defined by the ForegroundColo...
Nonna asked 30/9, 2010 at 9:12
4
Solved
I've been working on a small little application, and I've been using DirectX/3D to draw textures to the screen (all 2-dimensional elements). The API, I find, is pretty easy to use and to incorporat...
1
© 2022 - 2024 — McMap. All rights reserved.