Click or drag to resize

RoundedBevelCommand Constructor (Int32, Int32)

Construct a new RoundedBevelCommand with the depth and angle 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,
	int angle
)

Parameters

depth
Type: SystemInt32
The depth of the embossing effect.
angle
Type: SystemInt32
The angle of the embossing in degrees.
Exceptions
ExceptionCondition
Thrown if the depth is less than 0, or if angle is less than 0 or greater than 359.
See Also