public constructor Box.Box

Brief

A constructor (one value for the horizontal sides, another value for the vertical sides).

Declaration
C#
  Box (Gehtsoft.PDFFlow.Models.Shared.XUnit vertical, Gehtsoft.PDFFlow.Models.Shared.XUnit horizontal)

Parameters
vertical

The value for the horizontal sides.

horizontal

The value for the vertical sides.

Declared in Box

back