[]
        
(Showing Draft Content)

C1.Util.Win.Win32.GetGlyphOutline

GetGlyphOutline Method

GetGlyphOutline(IntPtr, char, uint, ref GLYPHMETRICS, int, IntPtr, IntPtr)

Declaration
public static extern int GetGlyphOutline(IntPtr hdc, char uChar, uint uFormat, ref Win32.GLYPHMETRICS lpgm, int cbBuffer, IntPtr lpvBuffer, IntPtr lpmat2)
Public Shared Function GetGlyphOutline(hdc As IntPtr, uChar As Char, uFormat As UInteger, ByRef lpgm As Win32.GLYPHMETRICS, cbBuffer As Integer, lpvBuffer As IntPtr, lpmat2 As IntPtr) As Integer
Parameters
Type Name Description
IntPtr hdc
char uChar
uint uFormat
Win32.GLYPHMETRICS lpgm
int cbBuffer
IntPtr lpvBuffer
IntPtr lpmat2
Returns
Type Description
int