Click or drag to resize

DropShadowCommand Constructor (Int32)

Initializes a new instance of DropShadowCommand specifying offset.

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(
	int offset
)

Parameters

offset
Type: SystemInt32
The number of pixels to offset the the shadow.
See Also