Tagged Questions
0
votes
1answer
33 views
Drawing RadioButton in DataGridColumn in specific point
I wrote one GridView with custom column that it's editing control have four RadioButton in a square , after edit step I want to show the selected box checked and other unchecked , but I can't find any ...
0
votes
2answers
30 views
Draw persistent grid in TabPage (.Net, C#)
I need to display a persistent grid in a TabPage. My problems would be instantly solved if I could draw to the entire non-visible portion of the TabPage and prevent graphics from being erased when ...
0
votes
1answer
41 views
Cannot save file after opening it
I can save my file infinitely. I can open my file infinitely. And I can save then open my file.
However I cannot save my file after opening it. I get the following error:
A first chance exception of ...
1
vote
1answer
35 views
Draw on Panel, save as Bitmap
I'm trying to make a simple application where the user can draw on the Panel and save it to their computer as a bitmap. When I proceed to the save part, however, all I get is an empty (white) bitmap.
...
0
votes
0answers
12 views
Drawing Scrollable Bitmap Data In A Pannel With C#
i'm searching for a way to draw tilemap data to a panel that should be scrollable to view the overflowing map data. ( somethig like a "tilemap-viewer" )
simply it's a kind of tile-based map data, so ...
1
vote
1answer
41 views
Drawing WPF PathFigure with outline
I'm trying to display a WPF Path-Object with the following requirements:
I want to have the Path itself displayed in a specific color and a specific thickness.
I want to color the outline of the ...
1
vote
1answer
69 views
FillPath with LinearGradientBrush
I found a similar problem from this topic GDI+ .NET: LinearGradientBrush wider than 202 pixels causes color wrap-around
But the solution didn't work for me. I cannot ask in that topic as well. Please ...
0
votes
2answers
47 views
Drawing in milimeter unit
I'm working in a project which need some drawing and I got a question.
How to draw something in milimeter unit. I've this code but the result seem not be accurate. I used a ruler to measure on the ...
-1
votes
1answer
89 views
Shape recognition in image
I need help with one application, I am a beginner in programming.
So I need to create a simple application that recognizes shapes in the image (rectangle, triangle, line ...) rendering them. (for an ...
0
votes
0answers
43 views
Drawing guidelines for pixel art in a winform (C#)?
I'm currently trying to make a component for winforms to create pixel art, but I'm having trouble figuring out how to place guidelines, like this does.
As it is, I'm planning on just using a ...
0
votes
2answers
179 views
How to load 12 bit image into System.Drawing.Bitmap?
I have a server serving 12bit image and I can access the image through http, but since it is 12 bit image I am not able to load into System.Drawing.Bitmap(Stream stream).
Image format PNG bit depth ...
1
vote
1answer
88 views
How to draw in WPF by pixel
Necessary to draw by pixels array with data (large). How can I do that?
I tried a Canvas and Rectangle on it - the computer hanged himself ...
Tried the following options below (DrawingContext) - ...
0
votes
1answer
125 views
Drawing (X,Y,Z) float points in pictureBox
I have an array that contains 3D float points. How could I depict them in PictureBox in c# environment?
Example)
lets say we have array called X:
X=[0, 0, 0; 0.48, -0.88, 0.09; -1.06, ...
0
votes
2answers
58 views
what is best drawing tool for asp.net/.net
I want to draw a tree on the screen where edges and nodes both have labels, user can zoom on the tree and users can change the locations of objects. In java there is a good tool named "JHotDraw". Is ...
1
vote
1answer
149 views
drawing shape following moving object
what I'm trying to do that I connect to my webcam, then detect a colored object(blue patch), and I need to draw rectangle on the form that move with my object's move, but what I get is many rectangles ...
0
votes
0answers
77 views
c# Form not completely repainting in RDP session
I have a strange problem and I can't seem to figure out a solution.
I have a windows forms application written in C# .net4.0.
In this application, there's a panel where i draw a chart on.
This chart ...
0
votes
0answers
68 views
Rendering Lines as selectable Controls with properties
I need to draw some lines, and they have very significant meaning to the content that will be linked to them.
How do I draw/render a Line (that has been drawn using GDI+) as a Control?
What I mean ...
-1
votes
1answer
92 views
Simple way to create an image file with drawing commands in C# console program
I want to create a console program which, when run, creates an image file with some programmatically generated drawings. It will eventually read some configuration file with numeric parameters, then ...
0
votes
1answer
30 views
I found issue in getting cordinates of Forms To Stop Graphics to cross it
In windows form application i create a graphics Box or Ellipse, i want this graphics do not get out from the form when i start to move it on runtime, one way i got this idea to implement is to get X ...
0
votes
0answers
47 views
.net How to use DrawReversibleFrame with reduced color depth (16bit)
We use DrawReversibleFrame to display rubber bands during the resize process of a user control. However, when the user changes the color depth of the system from 32bit to 16bit the frame is no longer ...
0
votes
0answers
39 views
Label alignment gap size? Overlaying text on image
This was done in VB .NET 2010
First of all let me give a good introduction as to what I am doing since maybe a more global solution could help as well. I have a program for a company that is used to ...
1
vote
1answer
108 views
.NET Graphics.FillEllipse()
So the .NET documentation says that this creates a filled ellipse with the UPPER LEFT CORNER at the X,Y coordinate specified.
But I need the ellipse to be CENTERED on the X,Y coordinate I supplied.
...
0
votes
0answers
37 views
.net win form keeps updating despite deactivated redraw.
I need some help on this.
I want to set certain win form attributes (size/location/..) without windows automatically applying those changes on the screen.
I tried WM_SETREDRAW on the form, I skipped ...
0
votes
0answers
90 views
Picturebox not drawing?
I have a User Control which is a 640 x 640 window with a 640 x 640 picture box is it. Here is the User Control code:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using ...
0
votes
1answer
96 views
Using an image including semi-transparent parts as background of a form?
It has been like 4 years I'm having this problem. I kept trying to create a round shaped form. The edges were always messed up. Then I tried to create an image in desired shape and put it in a ...
1
vote
2answers
137 views
.net Convert List(Of Point) to PointF
Is it possible to convert an List of point to PointF?
From:
Dim _Points As List(Of Point)
To:
Dim p() As PointF = {}
1
vote
0answers
193 views
Use Expression Design drawing in WPF (XAML)
I've got some artwork (an image) in expression design that I would like to use in WPF as an Image. The reason for this is that its part of a set of icons that will be used in an area of my application ...
1
vote
0answers
113 views
Line drawing with Graphics.DrawLine or GraphicsPath.AddLine
What should I use for achieving max performance: draw several lines and arcs via Graphics DrawLine or with help of GraphicsPath AddLine? What difference between these methods?
-2
votes
2answers
306 views
How to draw using System.Drawing? [closed]
I've done a bit of similar work using Swing in Java, but have never had any need to try doing the same thing in C#. Looking briefly online I can't seem to find any consise tutorials on how to using ...
3
votes
1answer
102 views
Changing shape using System.Drawing
How can we change the shape of a Windows Forms Form? I mean, like totally mangle the thing.
Something like this? And is System.Drawing the best way to go about changing the shape of things, like ...
0
votes
2answers
419 views
Get System.Drawing.Font width?
I'm using .Net tools to do some 2D drawing. System.Drawing.Font uses a GetHeight() that returns the height in pixels. I'm missing a GetWidth() to retrieve the width! What should I use?
0
votes
1answer
57 views
Drawing a network of nodes in .NET, screen refreshing too slow
I am trying to create a .NET application for a visual representation of a network of nodes. The nodes are Drawing.Rectangle instances that can be dragged with the mouse and connections are made with ...
3
votes
1answer
242 views
.NET control like Ms Paint with text effects
I'm trying to find a control (not necessarily free) that would allow my users to draw things. Something that has all the things Ms Paint has (pen, ellipse, rectangle, import image, add text, etc) with ...
0
votes
1answer
356 views
Convert System.Drawing.Graphics to html5 canvas methods via Script# [closed]
Is it possible to convert standart System.Drawing.Graphics methods such as DrawImage, DrawPath and other to html5 canvas methods such as context.drawImage and context.beginPath(); ... ...
2
votes
1answer
145 views
New area not repaints when user-drawn control size is increased
I think I'm missing something trivial here. I derived simple control directly from Control. I'm overriding OnPaint and painting the rectangle (e.Graphics.DrawRectangle)and a text inside it ...
1
vote
3answers
329 views
why does editing an image with Lockbits still take 7 secs?
My Application
I am writing an application that needs to convert RGB to grayscale images.
The conversion works but converting an image of 3648 * 2736 pixel takes round about 7 secs.
I know that set ...
0
votes
2answers
256 views
Converting a windows chart form to a picture
I found this similar question, which I tried to implement, but it didn't work.
I have a class that creates a chart and has a second constructor if someone wants to save the chart as an image. ...
1
vote
1answer
266 views
How to override Control.Invalidate() method?
I use OwnerDrawAll properties for my control:
this.customTreeView.DrawMode =System.Windows.Forms.TreeViewDrawMode.OwnerDrawAll;
this.customTreeView.DrawNode +=
new ...
2
votes
1answer
77 views
Is there any function that erase last drawn curve?
I draw a rectangle on the image which is in PictureBoxcontrol.
For drawing I use this function:
Rectangle rect = contourDetected.BoundingRectangle;
Bitmap bmpOriginalImage = new ...
2
votes
3answers
201 views
.NET GDI+ drawing performance
I need to draw about 1000 lines. Those lines change about 25 times per second (so, 25000 lines per second). What can i use to have an acceptable performance while doing so? I prefer not to use directX ...
3
votes
2answers
824 views
How do I resize (shrink) an EMF (Metafile) in .Net?
I have an EMF file. I want to resize it smaller.
How do I do this in .net (or with any tool) without getting a blurry image?
The resulting resized image will be converted to another format ...
2
votes
1answer
604 views
C# Drawing - best solution
I'm new here, but lot's of problems I solved, when I googled on this site.
Today I try to solve problem with blinking panel, when I drawing onto it. Lot's of threads I read, like these
how to stop ...
0
votes
1answer
222 views
GDI+ error when ASHX deployed to Azure
I have the following code composing an ASHX file hosted on Azure:
public void ProcessRequest(HttpContext context)
{
int number;
try
{
...
0
votes
2answers
247 views
Which control should I use for 2D drawing with WPF?
I want to programatically draw a few simple 2D shapes in a WPF application. Which control should I use for that? I've heard that Canvas can do that but that it's mostly designed to be a container for ...
0
votes
1answer
642 views
draw series of lines and move them
i want to draw a series of lines and move them but i want to connect the end point of line 1 to the start point of line 2 ... when i move line 1 or 2 ... the other line will affect by changing its ...
1
vote
1answer
782 views
How to draw a free hand shape (random) & text printing on wpf canvas
I am developing a paint application. I am using Canvas control as whiteboard.
I want to use InkCanvas kind of functionality in WPF canvas, means I want to draw a free hand shape on Canvas. How can I ...
0
votes
1answer
161 views
Why is my bitmap scaling changes when I set the PictureBox's BorderStyle to FixedSingle?
I have a PictureBox with size 1000, 20, and I set it's bitmap like so on Form_Load event:
void Form1_Load ( object sender, EventArgs e )
{
SetProgressBar ( pictureBox1, 25 );
}
void ...
0
votes
1answer
191 views
Why winform doesn't update its width and height on runtime?
I am not really sure how to accurately word this question, but you will understand after I explain what the problem is.
I have a winform on which I draw shapes like rectangle, oval, line, etc just ...
1
vote
1answer
111 views
How to draw to the screen without a 3rd party library in VB.net
I plan on doing some experimentation with my math skills in a program I plan on making. I plan on doing some rendering with it but half of the fun will be the math behind recreated all of those 3D ...
2
votes
2answers
5k views
Graphic - DrawLine - draw line and move it
In my .net c# program i draw few lines using values from text boxes (i use DrawLine function). I want to be able to move one of this lines by clik on it and move this line with mouse - is it possible? ...




