Tagged Questions

0
votes
3answers
146 views

can not draw on GDI+ bitmap object.

I am writing program in c++ gdi gdi+. Drawing large image on gdi+ bitmap is slow is using gdi+ api. So I used the following way to draw: Bitmap img(xxx); Graphics gr(&img); HD …
2
votes
2answers
1k views

How to draw smooth images with C#?

I'm trying to draw images on a C# form (in PictureBoxes, as well as using Graphics.DrawImage()), and am looking for a way to draw them smooth. The images must be a format that sup …
0
votes
1answer
34 views

Flash AS3 BitmapData.draw() affects text formating

Hi! I need to display antialiased systemfonts (because the swf filesize must be small, therefore i can't embedd fonts). So I wrote this script in order to manually antialias the t …
1
vote
1answer
269 views

Draw a line on specific data value on cartesian chart in Flex

Hi, Is there a way to draw a line on a graph (or at least get the position) on specific date? I have a graph where X is Date data, I want to draw a line with a text on each Year …
1
vote
1answer
70 views

Ability to draw and record a signature as part of a form - iphone

Apolgies in advance for any errors.. new to this and am not a developer/programmer.. just have some basic unix experience. I have searched the web and struggled to find a solution …
0
votes
1answer
45 views

iphone: Drawing over MKMapView?

Hi guys I'm attempting to draw polygons on a mapView. What I did was to add a transparent view on the main view, that matches the bounds of the mapView, and I draw over it. When I …
0
votes
1answer
54 views

iphone sdk: I have a Quartz Drawing problem

Hi guys, I have a view (MKMapView) and on it I've a transparent view on which I draw different things. Now I would like to give the user the option to erase things so that the "b …
0
votes
2answers
130 views

Draw a random line.Set CGPoint nil ? - Objective C

Hi, I use ccTouchesBegan and ccTouchesEnded to draw a line. I want to draw a line when i drag the cursor(or finger) on screen. That mean, when i release the cursor, it will draw a …
0
votes
4answers
33 views

Line is erased when drawing shapes

Hi, I am trying to make an application for drawing shapes on screen by touching it. I can draw a line from one point to another- but it erases on each new draw. Here is my code: …
0
votes
1answer
36 views

LPD3DXFONT DrawText using DT_CALCRECT?

How do I use DT_CALCRECT to determine my rectangle bottom and right coords? e.g I have this rect: RECT textPos; textPos.left = 100; textPos.right = 100; What do I do next to calcu …
1
vote
3answers
596 views

how to draw 3d sphere?

I want to draw a 3d ball or sphere in html 5.0 canvas. I want to understand the Algorithm about how to draw 3d sphere. Who can share this with me? Thanks in advance !
0
votes
2answers
57 views

API for displaying video and drawing 2D elements

I'm looking for a Windows library/SDK that will allow me to do the following: Display video from a network stream Draw 2D elements on the displayed image in real time, such as li …
1
vote
3answers
486 views

How to show x and y axes in Matlab graph?

I am drawing a graph using the plot() function, but by default it doesn't show the axes. How do we enable showing the axes at x=0 and y=0 on the graph? Actually my graph is somet …
1
vote
5answers
567 views

How to draw a transparent stroke (or anyway clear part of an image) on the iPhone

I have a small app that allows the user to draw on the screen with the finger. Yes, nothing original, but it's part of something larger :) I have a UIImageView where the user draws …
1
vote
2answers
99 views

ExtTextOut fails with very long strings unless lower font quality specified

Sometimes our application needs to draw very long strings (e.g. 6,000 chars) using ExtTextOut. Sometimes ExtTextOut fails and returns zero and GetLastError returns zero as well. T …

1 2 3 next
15 30 50 per page