C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / OffsetsI Structure / OffsetsI Constructor
The left offset.
The top offset.
The right offset.
The bottom offset.

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

Parameters

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