Nevron .NET Vision
Nevron.Interop.Win32 Namespace / NGdi32 Class / GetCharWidth32 Method


In This Topic
    GetCharWidth32 Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetCharWidth32( _
       ByVal hdc As System.IntPtr, _
       ByVal iFirstChar As System.UInteger, _
       ByVal iLastChar As System.UInteger, _
       ByVal lpBuffer() As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim hdc As System.IntPtr
    Dim iFirstChar As System.UInteger
    Dim iLastChar As System.UInteger
    Dim lpBuffer() As System.Integer
    Dim value As System.Boolean
     
    value = NGdi32.GetCharWidth32(hdc, iFirstChar, iLastChar, lpBuffer)
    public static System.bool GetCharWidth32( 
       System.IntPtr hdc,
       System.uint iFirstChar,
       System.uint iLastChar,
       out System.int[] lpBuffer
    )

    Parameters

    hdc
    iFirstChar
    iLastChar
    lpBuffer
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also