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

gdi32

.
Summary
.

static extern uint GetGlyphOutline(IntPtr hdc, uint uChar, uint uFormat,

.

Public Declare Function GetGlyphOutline Lib "gdi32.dll"( _

.

                    int bufferSize = (int)GetGlyphOutline(hdc, (uint)c, (uint)2, out metrics, 0, IntPtr.Zero, ref matrix);

.

                        if((ret = GetGlyphOutline(hdc, (uint)c, (uint)2, out metrics, (uint)bufferSize, buffer, ref matrix)) > 0)

.
Documentation
[GetGlyphOutline] on MSDN

Constants

2: GGO_
.
Summary

 
Access PInvoke.net directly from VS: