Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / OffsetsD Structure / OffsetsD Constructor / OffsetsD Constructor(Double,Double,Double,Double)
The left offset.
The top offset.
The right offset.
The bottom offset.

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

    Parameters

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