The ICropFilter type exposes the following members.

Methods

  NameDescription
Public methodApply
Applies this filter to the given source.
(Inherited from IFilter.)

Properties

  NameDescription
Public propertyCropArea
Gets the area to be cropped from the source image (unless CropFrom and PixelsToCrop are specified).
Public propertyCropFrom
Gets the side from which pixels will be cropped (unless CropArea is specified).
Public propertyPixelsToCrop
Gets the number of pixels to crop from the source image (unless CropArea is specified).

See Also