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


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

    Parameters

    hdc
    hRgn
    fnMode
    See Also