Click or drag to resize

AutoCropCommand Constructor

Creates an AutoCropCommand object used to remove extra spacing around an image.
Overload List
  NameDescription
Public methodAutoCropCommand
Creates a new instance of AutoCropCommand.
Public methodAutoCropCommand(Double)
Initializes a new instance of AutoCropCommand specifying a tolerance.
Public methodAutoCropCommand(Double, Color)
Initializes a new instance of AutoCropCommand specifying a tolerance and override color.
Public methodAutoCropCommand(Double, Int32)
Initializes a new instance of AutoCropCommand specifying a tolerance and override index.
Protected methodAutoCropCommand(SerializationInfo, StreamingContext)
Initializes a new instance of AutoCropCommand with 0 tolerance.
Public methodAutoCropCommand(Double, Color, Boolean)
Initializes a new instance of AutoCropCommand specifying a tolerance, override color, and if uses median filter.
Public methodAutoCropCommand(Double, Int32, Boolean)
Initializes a new instance of AutoCropCommand specifying a tolerance, override index, and if uses median filter.
Top
See Also