[]
        
(Showing Draft Content)

C1.Util.Win.Win32.GetGlyphOutline

GetGlyphOutline Method

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

Declaration
public static extern int GetGlyphOutline(nint hdc, char uChar, uint uFormat, ref Win32.GLYPHMETRICS lpgm, int cbBuffer, nint lpvBuffer, nint 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
nint hdc
char uChar
uint uFormat
Win32.GLYPHMETRICS lpgm
int cbBuffer
nint lpvBuffer
nint lpmat2
Returns
Type Description
int