GetGlyphOutline Method (Win32)
In This Topic
Syntax
'Declaration
Public Shared Function GetGlyphOutline( _
ByVal As IntPtr, _
ByVal As Char, _
ByVal As UInteger, _
ByRef As Win32.GLYPHMETRICS, _
ByVal As Integer, _
ByVal As IntPtr, _
ByVal As IntPtr _
) As Integer
public static int GetGlyphOutline(
IntPtr ,
char ,
uint ,
ref Win32.GLYPHMETRICS ,
int ,
IntPtr ,
IntPtr
)
Parameters
- hdc
- uChar
- uFormat
- lpgm
- cbBuffer
- lpvBuffer
- lpmat2
See Also