Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GdiplusShutdown" in [All]

gdiplus

.
Summary
The GdiplusShutdown function cleans up resources used by GDI+. Each call to GdiplusStartup should be paired with a call to GdiplusShutdown.
.

static extern void GdiplusShutdown(ref IntPtr token);

.

Declare Function GdiplusShutdown Lib "gdiplus.dll" (TODO) As TODO

.
Documentation
[GdiplusShutdown] on MSDN
.
Summary
The GdiplusStartup function initializes Windows GDI+. Call GdiplusStartup before making any other GDI+ calls. Call GdiplusShutdown when you have finished using GDI+.

 
Access PInvoke.net directly from VS: