Click or drag to resize

DropShadowCommand Constructor (Point, Color, Double)

Initialize a new instance of DropShadowCommand specifying offset, shadowColor and blurLevel.

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 DropShadowCommand(
	Point offset,
	Color shadowColor,
	double blurLevel
)

Parameters

offset
Type: System.DrawingPoint
The number of pixels to offset the the shadow.
shadowColor
Type: System.DrawingColor
The color to use for the shadow.
blurLevel
Type: SystemDouble
The amount of blur to add to the shadow.
Exceptions
ExceptionCondition
Thrown if blurLevel is not greater than 0.
See Also