Click here to Skip to main content
15,900,110 members
Home / Discussions / C#
   

C#

 
AnswerRe: DBF File Pin
jschell21-Nov-18 7:25
jschell21-Nov-18 7:25 
Questionvector based 2D line drawing Pin
dataminers20-Nov-18 0:23
dataminers20-Nov-18 0:23 
AnswerRe: vector based 2D line drawing Pin
OriginalGriff20-Nov-18 0:41
mveOriginalGriff20-Nov-18 0:41 
GeneralRe: vector based 2D line drawing Pin
dataminers21-Nov-18 3:23
dataminers21-Nov-18 3:23 
GeneralRe: vector based 2D line drawing Pin
OriginalGriff21-Nov-18 4:03
mveOriginalGriff21-Nov-18 4:03 
AnswerRe: vector based 2D line drawing Pin
Eddy Vluggen20-Nov-18 2:30
professionalEddy Vluggen20-Nov-18 2:30 
GeneralRe: vector based 2D line drawing Pin
dataminers21-Nov-18 3:41
dataminers21-Nov-18 3:41 
GeneralRe: vector based 2D line drawing Pin
Eddy Vluggen21-Nov-18 5:13
professionalEddy Vluggen21-Nov-18 5:13 
dataminers wrote:
If I use MS Paint and i draw cross line, line will be shown pixel by pixel
Aight; do that on a 100x100 pixel canvas. Draw a line from (0,0) to (100,100). Now zoom in. The pixels "grow", yes? Traditionally, we save a picture by describing each pixel*.

If you save a set of drawing-instructions, like "line (0,0) (x-max, y-max)", then you will always get the smoothest line possible. The line itself is still pixels toggeling, because that is what your screen is showing you: pixels that form a screen.

If you look up the resolution of your monitor, then that is expressed in "dots per inch", because dots is what make up your image. As long as we use dots to display stuff, we will have pixels to draw on.


--edit
The "SVG" filetype is a way of saving graphics in said form; it will look "sharp" when importing in PDF. That's the format Inkscape is using too.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.


modified 21-Nov-18 13:14pm.

AnswerRe: vector based 2D line drawing Pin
Dave Kreskowiak20-Nov-18 4:31
mveDave Kreskowiak20-Nov-18 4:31 
GeneralRe: vector based 2D line drawing Pin
dataminers21-Nov-18 3:28
dataminers21-Nov-18 3:28 
AnswerRe: vector based 2D line drawing Pin
jschell21-Nov-18 7:29
jschell21-Nov-18 7:29 
Questionhow to wrok with mvc in code? Pin
Member 1406045219-Nov-18 20:23
Member 1406045219-Nov-18 20:23 
AnswerRe: how to wrok with mvc in code? Pin
OriginalGriff19-Nov-18 21:18
mveOriginalGriff19-Nov-18 21:18 
AnswerRe: how to wrok with mvc in code? Pin
Eddy Vluggen20-Nov-18 4:06
professionalEddy Vluggen20-Nov-18 4:06 
Questionc# encoding to base 64 Pin
Member 1404206419-Nov-18 1:45
Member 1404206419-Nov-18 1:45 
AnswerRe: c# encoding to base 64 Pin
OriginalGriff19-Nov-18 2:29
mveOriginalGriff19-Nov-18 2:29 
AnswerRe: c# encoding to base 64 Pin
Richard Deeming19-Nov-18 2:35
mveRichard Deeming19-Nov-18 2:35 
QuestionSockets Pin
nakash18-Nov-18 13:39
nakash18-Nov-18 13:39 
AnswerRe: Sockets Pin
OriginalGriff18-Nov-18 19:57
mveOriginalGriff18-Nov-18 19:57 
GeneralRe: Sockets Pin
nakash18-Nov-18 21:17
nakash18-Nov-18 21:17 
GeneralRe: Sockets Pin
OriginalGriff18-Nov-18 21:26
mveOriginalGriff18-Nov-18 21:26 
GeneralRe: Sockets Pin
nakash18-Nov-18 22:05
nakash18-Nov-18 22:05 
AnswerRe: Sockets Pin
Eddy Vluggen19-Nov-18 0:40
professionalEddy Vluggen19-Nov-18 0:40 
GeneralRe: Sockets Pin
nakash19-Nov-18 1:41
nakash19-Nov-18 1:41 
GeneralRe: Sockets Pin
Eddy Vluggen19-Nov-18 1:59
professionalEddy Vluggen19-Nov-18 1:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.