Drawing with C# Tutorial

  Рет қаралды 34,084

Mojtaba Javadi

Mojtaba Javadi

Күн бұрын

In this video you will learn the coordinates of the system and the coordinates of the world and their transformation.

Пікірлер: 26
@wevv-i7t
@wevv-i7t Жыл бұрын
02:05 PictureBox 02:15 Set properties to the PictureBox 02:50 Make a function to attract where is mouse pointer on the PictureBox 03:35 Coordinate system for PictureBox 04:20 Get a DPI 05:30 Convert point to a PointF 06:16 Current position 07:23 Pixels to millimeters
@김해찬-v8m
@김해찬-v8m 2 жыл бұрын
I like your video! Also the atmosphere. Thank you :)
@joseantoniocarreraescobar5856
@joseantoniocarreraescobar5856 4 ай бұрын
amazing video, thank you so much for create it
@제임스딘-e5u
@제임스딘-e5u 7 ай бұрын
Greate! Amazing! please more....
@afshinsalehi2136
@afshinsalehi2136 3 ай бұрын
دمت گرم با مرام
@imtiazhussain5027
@imtiazhussain5027 2 жыл бұрын
Assalamo Alaikum. Excellent. Dear you have a very good hand at Autocad programming in C#. Would you mind telling me your location. Thanks.
@programadoremcsharp4982
@programadoremcsharp4982 2 жыл бұрын
Brazil
@TrueRMS-li4hm
@TrueRMS-li4hm 3 ай бұрын
C# Drawing! 🎉
@norbertjaworowski6314
@norbertjaworowski6314 Жыл бұрын
You're doing a great job!
@citoyenx1470
@citoyenx1470 10 ай бұрын
Thanks you very much
@citoyenx1470
@citoyenx1470 10 ай бұрын
Thanks you
@citoyenx1470
@citoyenx1470 10 ай бұрын
Thanks
@mridul_SIL
@mridul_SIL 9 ай бұрын
hi, I am developing something similar and would like to get in touch with you to clear some of the doubts I have. Let me know if it would be possible.
@MjSharp
@MjSharp 9 ай бұрын
Hi, You can email me.
@programadoremcsharp4982
@programadoremcsharp4982 2 жыл бұрын
public class Color { public static readonly Color Black = new Color(0, 0, 0); public static readonly Color White = new Color(255, 255, 255); public static readonly Color Red = new Color(255, 0, 0); public static readonly Color Green = new Color(0, 255, 0); public static readonly Color Blue = new Color(0, 0, 255); private byte r, g, b; public Color(byte r, byte g, byte b) { this.r = r; this.g = g; this.b = b; } } add class Color
@ayseverda1107
@ayseverda1107 Жыл бұрын
Is it possible to draw representative 3D? like cylinder, sphere
@MjSharp
@MjSharp Жыл бұрын
Yes, in the future.
@ayseverda1107
@ayseverda1107 Жыл бұрын
@@MjSharp so my teacher wants it....
@GlobalYoung7
@GlobalYoung7 Жыл бұрын
thank you❤
@springbertstudios7005
@springbertstudios7005 Жыл бұрын
Can someone please point me in a direction where I can find out where code is used for the graphics instead of whatever they're doing in the beginning because I want to use code to make graphics so I can guarantee it will work and also I don't know how to get that version of whatever they're using just to know that I'm using visual studio code
@Kitejrpaladin
@Kitejrpaladin 4 ай бұрын
He's using visual studio. You could use the community edition if you want to follow along. He's making a CAD system it seems like, but from what I've seen this is the basics. When you are drawing stuff whether it be in a game, in an image app, on a label, A CAD system. You typically are modeling something real so if you want things to be precise. You need to create a coordinate system and pick an internal unit of measure. When drawing on a computer everything is in pixels, but the real world isn't measured in pixels. A concrete example is if you are printing a label, everything is measured in dots and dots per inch or dots per millimeter. Trying to figure out where a line gets drawn starting at point (200,200) in pixels you wouldn't know how that relates on a piece of paper after it gets printed. if you can measure it in millimeters or inches and have an accurate conversation then it becomes easier for your drawing to be precise. Same with games, easier to verify equations are right if it's in non-pixel units1
@citoyenx1470
@citoyenx1470 10 ай бұрын
Please sir, how can I contact u ?
@programadoremcsharp4982
@programadoremcsharp4982 2 жыл бұрын
let's see a place for us to exchange codes and experiences, see one where we connect or let's make a siye just for us to share codes in c# sharp to make your project grow ok then you help me with some codes and i'll help you with yours project ok
@citoyenx1470
@citoyenx1470 10 ай бұрын
Please sir, how can I contact u ?
@citoyenx1470
@citoyenx1470 10 ай бұрын
Please sir, how can I contact u ?
@citoyenx1470
@citoyenx1470 10 ай бұрын
Please sir, how can I contact u ?
C# How to Use Paint and the C# Graphics Class to Draw Lines
37:36
Chris Merritt
Рет қаралды 198 М.
C# Programming - Drawing Using The Graphics Class
19:56
Bill Butterfield
Рет қаралды 83 М.
💩Поу и Поулина ☠️МОЧАТ 😖Хмурых Тварей?!
00:34
Ной Анимация
Рет қаралды 1,7 МЛН
iPhone or Chocolate??
00:16
Hungry FAM
Рет қаралды 29 МЛН
C# Charts Part1
17:23
EETechStuff
Рет қаралды 8 М.
C# Winform Paint
11:27
Mr Programmer
Рет қаралды 96 М.
Paint Application in C# Visual Studio By Rohit Programming Zone
35:36
Rohit Programming Zone
Рет қаралды 79 М.
How to draw in C# using the Graphics Class - CSharp Programming
22:07
Darren Does Everything
Рет қаралды 37 М.
Creating Excel Files in C#
55:42
IAmTimCorey
Рет қаралды 127 М.
C# how to create a simple graphic editor - part 1
19:54
Dawisko1
Рет қаралды 96 М.
C# .NET Windows Form | СОЗДАЁМ PAINT НА C#
23:40
ChannelOf TwoGentlemen
Рет қаралды 54 М.
Drawing with C# Tutorial #003 - draw a line
14:43
Mojtaba Javadi
Рет қаралды 8 М.
Create Paint Using C#, Graphics in C#
48:57
Coding with Libino
Рет қаралды 13 М.
Learning C# In A Week... Otherwise I Fail University
9:04