InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / SetTextAlign Method

In This Topic
    SetTextAlign Method (Win32)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function SetTextAlign( _
       ByVal hdc As IntPtr, _
       ByVal fMode As UInteger _
    ) As UInteger
    public static uint SetTextAlign( 
       IntPtr hdc,
       uint fMode
    )

    Parameters

    hdc
    fMode
    See Also