add

@NonNull
open fun add(@NonNull a: @NonNull Insets, @NonNull b: @NonNull Insets): @NonNull Insets(source)

Add two Insets.

Return

a + b, i. e. all insets on every side are added together.

Parameters

a

The first Insets to add.

b

The second Insets to add.