EdgeInsets

constructor()

Creates a default EdgeInsets object with all values set to 0.


constructor(top: Float, left: Float, bottom: Float, right: Float)

Creates an edge insets object representation.

Parameters

top

Top edge insets in PDF points.

left

Left edge insets in PDF points.

bottom

Bottom edge insets in PDF points.

right

Right edge insets in PDF points.