C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / GetTextExtentPoint32 Method

In This Topic
GetTextExtentPoint32 Method (Win32)
In This Topic
Syntax
'Declaration
 
Public Shared Function GetTextExtentPoint32( _
   ByVal hdc As IntPtr, _
   ByVal lpString As String, _
   ByVal cbString As Integer, _
   ByRef lpSize As Size _
) As Boolean
 

Parameters

hdc
lpString
cbString
lpSize
See Also