ComponentOne ReportViewer for ASP.NET Web Forms
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 System.Double, _
       ByVal top As System.Double, _
       ByVal right As System.Double, _
       ByVal bottom As System.Double _
    )
    public OffsetsD( 
       System.double left,
       System.double top,
       System.double right,
       System.double bottom
    )

    Parameters

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