Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyle Class / CreateRectRgn Method


In This Topic
    CreateRectRgn Method
    In This Topic
    The CreateRectRgn method.
    Syntax
    'Declaration
     
    
    Public Shared Function CreateRectRgn( _
       ByVal left As Integer, _
       ByVal top As Integer, _
       ByVal right As Integer, _
       ByVal bottom As Integer _
    ) As IntPtr
    'Usage
     
    
    Dim left As Integer
    Dim top As Integer
    Dim right As Integer
    Dim bottom As Integer
    Dim value As IntPtr
     
    value = VisualStyle.CreateRectRgn(left, top, right, bottom)
    public static IntPtr CreateRectRgn( 
       int left,
       int top,
       int right,
       int bottom
    )

    Parameters

    left
    top
    right
    bottom
    See Also