0
votes
2answers
14 views
C# ImageButton Picture Resolution
I'm trying to make a simple picture thumbnail application. I've searched the web and have found fairly complicated thumbnail apps, to simple ones. I have a good one working, If I …
0
votes
2answers
24 views
Drawing Vector Graphics Faster
In my application I want to draw polygons using Windows Create Graphics method and later edit the polygon by allowing the user to select the points of the polygon and allowing to r …
1
vote
3answers
20 views
Blackberry - how to resize image?
I wanted to know if we can resize an image. Suppose if we want to draw an image of 200x200 actual size with a size of 100 x 100 size on our blackberry screen.
Thanks
0
votes
2answers
43 views
Vector Graphics in C# WinForms - should I interoperate with WPF?
I have a video camera that I'm interfacing with a C# app. The camera actually comes with a .NET WinForms control. It supports drawing on it with GDI+ functions.
When I zoom in, I …
0
votes
2answers
102 views
Slow screen drawing in .Net C# winforms application
I have a very large C# .net 2.0 winforms application which has some drawing issues.
When going into different forms you can see controls being drawn and even the title bar of the …
1
vote
4answers
101 views
Is there more beautiful database drawing software than visio?
Hello,
I want to know if you know other beautiful database drawing software other than visio.
Because i think visio is not delegant enough. So Can you give me some advice?
Tha …
5
votes
4answers
109 views
What shapes can you Draw in Css?
I recently came across a trick for drawing triangles in css (it's the 'point' of the comment). And it's obvious how to draw a circle and rectangle/square. It seems like this would …
2
votes
2answers
150 views
.NET graphics Ghosting
I'm making a sample GUI for a new application we are developing at work. The language has already been decided for me, but I am allowed to use any 3rd party DLLs or add-ins or wha …
1
vote
3answers
66 views
iPhone: Draw rotated text?
I want to draw some text in a view, rotated 90°. I'm pretty new to iPhone development, and poking around the web reveals a number of different solutions. I've tried a few and usual …
1
vote
2answers
27 views
Drawing into an Eclipse editor
I am trying to draw some shapes (boxed ans arrows) into, i.e., "over" the text in an eclipse editor. To get started, I wrote the following code:
IWorkbenchPage activePage = …
4
votes
9answers
121 views
Software for drawing scientific data
I'm looking for a software for drawing scientific data, mostly vectors, coordinate systems and diagrams, for example:
11
votes
8answers
164 views
Algorithm to decrypt data with drawn strokes
Let's say I have an encrypted file on an iPhone and every time I want to decrypt it, I want to "draw" a decryption symbol instead of having to use a keyboard to type it in.
If you …
5
votes
16answers
307 views
What do you use to make programming flowcharts, diagrams, etc?
I've always just used OpenOffice Draw and it just occurred to me that there has to be something better out there.
So what do you use? Do you like it?
Bonus points for free thin …
0
votes
1answer
33 views
iphone 2d drawing newbie question
Hi All,
I've been programming the iphone for a couple of months now and have 3 apps in the store already.
However, I have not done any kind of graphics programming in the platfor …
0
votes
1answer
50 views
Cartesian (non parametric) form of Bezier curves
Hi Guys,
I needed to find and use the coordinates of the intersection of a cubic Bezier and a straight line. The trouble is that I cannot find a non-parametric representation of a …
