getglyphoutline
C# Signature:
[DllImport("gdi32.dll")]
static extern uint GetGlyphOutline(IntPtr hdc, uint uChar, uint uFormat,
out GLYPHMETRICS lpgm, uint cbBuffer, IntPtr lpvBuffer, ref MAT2 lpmat2);VB Signature
Public Declare Function GetGlyphOutline Lib "gdi32.dll"( _
hdc As IntPtr, uChar As UInteger, uFormat As UInteger, _
ByRef lpgm As GLYPHMETRICS, cbBuffer As UInteger, lpvBuffer As IntPtr, ByRef lpmat2 As MAT2) As IntegerUser-Defined Types:
public int cb;
public int dwType;
[MarshalAs(UnmanagedType.Struct)] public POINTFX pfxStart;User-Defined Types:
public struct TTPOLYCURVEHEADERUser-Defined Types:
public short wType;
public short cpfx;User-Defined Types:
User-Defined Types:
User-Defined Types:
User-Defined Types:
User-Defined Types:
User-Defined Types:
User-Defined Types:
User-Defined Types:
Sample Code:
Sample Code:
Última actualización