Drawing with C# Tutorial

  Рет қаралды 36,953

Mojtaba Javadi

Mojtaba Javadi

Күн бұрын

Пікірлер: 29
@COMP_ALGOR
@COMP_ALGOR 2 күн бұрын
You're really a Guru in C#
@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 :)
@LeeDean-1
@LeeDean-1 9 ай бұрын
Greate! Amazing! please more....
@joseantoniocarreraescobar5856
@joseantoniocarreraescobar5856 5 ай бұрын
amazing video, thank you so much for create it
@norbertjaworowski6314
@norbertjaworowski6314 Жыл бұрын
You're doing a great job!
@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
@afshinsalehi2136
@afshinsalehi2136 5 ай бұрын
دمت گرم با مرام
@TrueRMS-li4hm
@TrueRMS-li4hm 5 ай бұрын
C# Drawing! 🎉
@vorapobautomation9760
@vorapobautomation9760 Ай бұрын
How to import the .DXF file with layor name on CAD file into the C# form ?
@citoyenx1470
@citoyenx1470 Жыл бұрын
Thanks you very much
@citoyenx1470
@citoyenx1470 Жыл бұрын
Please sir, how can I contact u ?
@citoyenx1470
@citoyenx1470 Жыл бұрын
Thanks
@mridul_SIL
@mridul_SIL 10 ай бұрын
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 10 ай бұрын
Hi, You can email me.
@citoyenx1470
@citoyenx1470 Жыл бұрын
Thanks you
@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....
@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 5 ай бұрын
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
@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
@GlobalYoung7
@GlobalYoung7 Жыл бұрын
thank you❤
@_trusamurai
@_trusamurai 14 күн бұрын
+rep
@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 Жыл бұрын
Please sir, how can I contact u ?
@citoyenx1470
@citoyenx1470 Жыл бұрын
Please sir, how can I contact u ?
@citoyenx1470
@citoyenx1470 Жыл бұрын
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# Charts Part1
17:23
EETechStuff
Рет қаралды 9 М.
Wait… Maxim, did you just eat 8 BURGERS?!🍔😳| Free Fire Official
00:13
Garena Free Fire Global
Рет қаралды 9 МЛН
Which team will win? Team Joy or Team Gumball?! 🤔
00:29
BigSchool
Рет қаралды 15 МЛН
Happy birthday to you by Secret Vlog
00:12
Secret Vlog
Рет қаралды 6 МЛН
Drawing with C# Tutorial #002- vector and draw a point
15:04
Mojtaba Javadi
Рет қаралды 13 М.
How to Draw and plot 3D Chart Graph in Winforms C#
3:31
C# Exercises
Рет қаралды 10 М.
C# Programming - Drawing Using The Graphics Class
19:56
Bill Butterfield
Рет қаралды 84 М.
C# .NET Windows Form | СОЗДАЁМ PAINT НА C#
23:40
ChannelOf TwoGentlemen
Рет қаралды 55 М.
DRM explained - How Netflix prevents you from downloading videos?
18:17
Mehul - Codedamn
Рет қаралды 205 М.
Learning C# In A Week... Otherwise I Fail University
9:04
Drawing a Shape | C# | Tutorial 3
12:40
Giraffe Academy
Рет қаралды 62 М.
Fastest Way to Learn ANY Programming Language: 80-20 rule
8:24
Sahil & Sarra
Рет қаралды 908 М.