NSEdgeInsets constructor

NSEdgeInsets(
  1. double top,
  2. double left,
  3. double bottom,
  4. double right,
)

Implementation

NSEdgeInsets(double top, double left, double bottom, double right)
    : super(top, left, bottom, right);