Sponsors

GetTextExtentPoint32

Function name: GetTextExtentPoint32

Defined in : GDI32

Requirements : Windows NT 3.5(1) or later; Windows 95 or later

Declaration:

Declare Function GetTextExtentPoint32 Lib "gdi32" Alias "GetTextExtentPoint32A" (ByVal hdc As Long, ByVal lpsz As String, ByVal cbString As Long, lpSize As SIZE) As Long

Parameters:

Returns:

Related functions:

Examples:

Draw text on windows

Fonts

Categories