TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Robert
NA
1
0
Draw a precision line...
Apr 6 2007 3:04 PM
Does anyone know how to draw a line with decimal values?
This is what I am using to draw a line (snippet):
formGraphics.DrawLine(integer,integer,integer,integer)
...which works just fine however, I need to use a decimal value but it will not take it only integer or Single type values.
I am trying to make my own Coordinate System, where the user enters two points and it draws a line. I'm sure I can do this but this snippet I'm using will not allow decimal values.
-robert
Reply
Answers (
0
)
C# Implementation of RPLocal Algorithm
How to find 2nd Highest in an array.