65.9K
CodeProject is changing. Read more.
Home

Draw objects using Multithreaded

starIconstarIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIcon

2.71/5 (16 votes)

Dec 27, 2002

viewsIcon

58772

downloadIcon

1647

Program that draw objects using the concept of multithreading

Sample Image - form1.jpg

Introduction

This program that is written in C#.Net programming language is used for the purpose of drawing objects using the MultiThreaded concept. In this program the grid that is in the pictures will be shown and the user need to choose the shape that you want to draw (Circle or Rectangle), the size, the color, the number of threads (objects) and the speed. After the information selected start should be pressed to draw the object. Each object will be created by a new thread.