Click or drag to resize

RoundedBevelCommand Constructor (Int32)

Construct a new RoundedBevelCommand with the depth provided.

Namespace:  Atalasoft.Imaging.ImageProcessing.Effects
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public RoundedBevelCommand(
	int depth
)

Parameters

depth
Type: SystemInt32
The depth of the embossing effect.
Exceptions
ExceptionCondition
Thrown if the depth is not greater than 0.
See Also