[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.Offsets.-ctor

Offsets Constructor

Offsets(float, float, float, float)

Initializes a new instance of the Offsets structure.

Declaration
public Offsets(float left, float top, float right, float bottom)
Public Sub New(left As Single, top As Single, right As Single, bottom As Single)
Parameters
Type Name Description
float left

The Left value.

float top

The Top value.

float right

The Right value.

float bottom

The Bottom value.