Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyle Class / SetGraphicsMode Method


In This Topic
    SetGraphicsMode Method
    In This Topic
    The SetGraphicsMode method.
    Syntax
    'Declaration
     
    
    Public Shared Function SetGraphicsMode( _
       ByVal hdc As IntPtr, _
       ByVal iMode As Integer _
    ) As Integer
    'Usage
     
    
    Dim hdc As IntPtr
    Dim iMode As Integer
    Dim value As Integer
     
    value = VisualStyle.SetGraphicsMode(hdc, iMode)
    public static int SetGraphicsMode( 
       IntPtr hdc,
       int iMode
    )

    Parameters

    hdc
    iMode
    See Also