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 "GdiplusStartup" 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.
.
Summary
The GdiplusStartup function initializes Windows GDI+. Call GdiplusStartup before making any other GDI+ calls. Call GdiplusShutdown when you have finished using GDI+.
.

static extern int GdiplusStartup(out IntPtr token, ref StartupInput input,

.

Declare Shared Function GdiplusStartup Lib "gdiplus.dll" (ByRef token As IntPtr, _

.

<DllImport("gdiplus.dll", EntryPoint:="GdiplusStartup", _

.

Public Shared Function GdiplusStartup(ByRef token As IntPtr, _

.
Documentation
[GdiplusStartup] on MSDN

 
Access PInvoke.net directly from VS: