Click or drag to resize

DropShadowCommand Constructor

Overload List
  NameDescription
Public methodDropShadowCommand
Creates a new instance of DropShadowCommand.
Public methodDropShadowCommand(Point)
Initialize a new instance of DropShadowCommand specifying offset.
Public methodDropShadowCommand(Int32)
Initializes a new instance of DropShadowCommand specifying offset.
Public methodDropShadowCommand(Point, Color)
Creates a new instance of DropShadowCommand specifying offset and shadowColor.
Protected methodDropShadowCommand(SerializationInfo, StreamingContext)
Creates a new instance of DropShadowCommand from serialization information.
Public methodDropShadowCommand(Point, Color, Double)
Initialize a new instance of DropShadowCommand specifying offset, shadowColor and blurLevel.
Public methodDropShadowCommand(Point, Color, Double, Boolean)
Initialize a new instance of DropShadowCommand specifying offset, shadowColor, blurLevel and increaseCanvas.
Top
See Also