Initializes a new instance of the OffsetsD structure.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public OffsetsD(
	double left,
	double top,
	double right,
	double bottom
)
Visual Basic
Public Sub New ( _
	left As Double, _
	top As Double, _
	right As Double, _
	bottom As Double _
)

Parameters

left
Type: System..::..Double
The left offset.
top
Type: System..::..Double
The top offset.
right
Type: System..::..Double
The right offset.
bottom
Type: System..::..Double
The bottom offset.

See Also