Classes

  Class Description
Public class BasicFilter  
Public class BlackAndWhiteFilter Black And White filter class. Turns color images to black and white images.
Public class BoxFilter Box filter class. Creates an isometric box and renders the image on that specific view . gives a 3d view.
Public class DropShadowFilter DropShadowFilter. adds the picture a drop shadow as if the image is hovering above the floor or infront of the wall.
Public class FisheyeFilter This fisheye filter code (by Paul Kinlan) was taken partly from the following site (with permission of course) http://www.kinlan.co.uk/2005/05/fisheye-example-code-that-integrates.html
Public class FloorReflectionFilter  
Public class ImageWatermarkFilter Text Water Mark Filter .Can be used to add a watermark text to the image. The weater mark can be both horizontaly and verticaly aligned. Also provides simple captions functionality (Simple text on an image)
Public class PolaroidFrameFilter Converts the image into a "Instant Polaroid" like picture by adding a frame to the picture and the ability to add captions.
Public class ResizeFilter Resize filter class. A simple functionality to resize images
Public class RotateFilter Rotation filter class. References were taken from the following code example http://www.codeproject.com/csharp/rotateimage.asp
Public class RoundedCorners Rounded Corners filter class . Turns right 90 degrees corners to round corners
Public class SkewFilter  
Public class TextWatermarkFilter Text Water Mark Filter .Can be used to add a watermark text to the image. The weater mark can be both horizontaly and verticaly aligned. Also provides simple captions functionality (Simple text on an image)
Public class WaterMarkFilter An abstract watermark filter. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.

Enumerations

  Enumeration Description
NestedPublic enumeration WaterMarkFilter.HAlign  
NestedPublic enumeration WaterMarkFilter.VAlign