Click or drag to resize

EmbossCommand Constructor (Int32, Int32, Int32, Boolean)

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

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,
	bool selfTexture
)

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.

selfTexture
Type: SystemBoolean
Indicates if the source image should be used as the texture.
Exceptions
ExceptionCondition
Thrown if the depth is less than 0.
See Also