PsdImage.MergeLayers

PsdImage.MergeLayers method

Merges the layers.

public Layer MergeLayers(Layer bottomLayer, Layer topLayer)
ParameterTypeDescription
bottomLayerLayerThe bottom layer.
topLayerLayerThe top layer.

Return Value

Bottom layer after the merge

See Also