Click or drag to resize

DropShadowCommand Constructor (Point, Color)

Creates a new instance of DropShadowCommand specifying offset and shadowColor.

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
)

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.
See Also