Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / Offsets Structure / Offsets Constructor
The Left value.
The Top value.
The Right value.
The Bottom value.

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

    Parameters

    left
    The Left value.
    top
    The Top value.
    right
    The Right value.
    bottom
    The Bottom value.
    See Also