Click or drag to resize

EmbossCommand Constructor (Int32, Int32, Int32)

Initializes a new instance of the EmbossCommand specifying the angle, elevation, and depth.

Namespace:  Atalasoft.Imaging.ImageProcessing.Filters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public EmbossCommand(
	int angle,
	int elevation,
	int depth
)

Parameters

angle
Type: SystemInt32

Angle of the light source in degrees.

elevation
Type: SystemInt32

Height of the light source in degrees.

depth
Type: SystemInt32

Controls the depth of the emboss.

Exceptions
ExceptionCondition
Thrown if the depth is less than 0.
See Also