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


In This Topic
    Inset Constructor(Int32,Int32)
    In This Topic
    Creates an inset with specified x and y.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal xInset As Integer, _
       ByVal yInset As Integer _
    )
    'Usage
     
    
    Dim xInset As Integer
    Dim yInset As Integer
     
    Dim instance As New Inset(xInset, yInset)
    public Inset( 
       int xInset,
       int yInset
    )

    Parameters

    xInset
    yInset
    See Also