Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / OffsetsD Structure / OffsetsD Constructor / OffsetsD Constructor(Double)
The same value for all offsets.

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

    Parameters

    offset
    The same value for all offsets.
    See Also