How to use the Drawing namespace in c#?
How to use the Drawing namespace in c#?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishnujeet KumarPosted Oct 22, 2012, 11:19 AM
first add System.Drawing.dll form project add Reference ( from Reference Manager) ,
after that you can simply use it's like other name namespace as.
using System.Drawing;
Satyapriya NayakPosted Jul 20, 2012, 6:32 AM