In This Topic
Your first application using .NET
In This Topic
Summary
After installation, we recommend you to have a look at the samples directory to get some featured examples of the GdPicture.NET usage.
Adding a reference to GdPicture.NET into your application
- Start Visual Studio .NET.
- Begin a new project using your favorite programming language.
- Select Project / Add Reference...
- Right click on References, manage NuGet packages, search and Install GdPicture package.
- Add a link to the GdPicture Namespace where you want to use the DLL:
- In C#, add the appropriate using directive to the code file(s) where you want to use the DLL: using GdPicture14;
- In VB.NET, add the appropriate Imports directive to the code file(s) where you want to use the DLL: Imports GdPicture14
See Also