Initializes a new instance of the OffsetsI structure.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public OffsetsI( int left, int top, int right, int bottom ) |
Visual Basic |
---|
Public Sub New ( _ left As Integer, _ top As Integer, _ right As Integer, _ bottom As Integer _ ) |
Parameters
- left
- Type: System..::..Int32
The left offset.
- top
- Type: System..::..Int32
The top offset.
- right
- Type: System..::..Int32
The right offset.
- bottom
- Type: System..::..Int32
The bottom offset.