TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / SetStretchBltMode Method

In This Topic
    SetStretchBltMode Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function SetStretchBltMode( _
       ByVal hdc As IntPtr, _
       ByVal iStretchMode As Integer _
    ) As Integer
    public static int SetStretchBltMode( 
       IntPtr hdc,
       int iStretchMode
    )

    Parameters

    hdc
    iStretchMode
    See Also