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 "OleDraw" in [All]

ole32

.
Summary
.

       static extern int OleDraw([MarshalAs(UnmanagedType.IUnknown)] object pUnk,

.

       public static extern int OleDraw(IntPtr pUnk, int dwAspect, IntPtr hdcDraw, ref Rectangle lprcBounds);

.

       /// Creates a bitmap from the supplied ActiveX control using OleDraw

.

           OleDraw(pUnk, 1, hdc, ref rect);

.
Documentation
[OleDraw] on MSDN

 
Access PInvoke.net directly from VS: