Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / OffsetsI Structure / OffsetsI Constructor
The left offset.
The top offset.
The right offset.
The bottom offset.

In This Topic
    OffsetsI Constructor
    In This Topic
    Initializes a new instance of the OffsetsI structure.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal left As Integer, _
       ByVal top As Integer, _
       ByVal right As Integer, _
       ByVal bottom As Integer _
    )
    public OffsetsI( 
       int left,
       int top,
       int right,
       int bottom
    )

    Parameters

    left
    The left offset.
    top
    The top offset.
    right
    The right offset.
    bottom
    The bottom offset.
    See Also