Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / Inset Class / Inset Constructor / Inset Constructor(Int32,Int32,Int32,Int32)


In This Topic
    Inset Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Creates an inset with specified four sides.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal leftInset As Integer, _
       ByVal topInset As Integer, _
       ByVal rightInset As Integer, _
       ByVal bottomInset As Integer _
    )
    'Usage
     
    
    Dim leftInset As Integer
    Dim topInset As Integer
    Dim rightInset As Integer
    Dim bottomInset As Integer
     
    Dim instance As New Inset(leftInset, topInset, rightInset, bottomInset)

    Parameters

    leftInset
    topInset
    rightInset
    bottomInset
    See Also