Aurigma Graphics Mill 5.5 for .NET
BitmapTransform Class
This is a base class of all transforms presented in Graphics Mill for .NET.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Syntax
Visual Basic
Public Class BitmapTransform _ Inherits UnitConverterHandler _ Implements IPixelFormatSupport
C#
public class BitmapTransform : UnitConverterHandler, IPixelFormatSupport
Remarks
This abstract class contains partial implementation for all Graphics Mill for .NET transforms. In particular it provides method IsPixelFormatSupported(PixelFormat) and property SupportedPixelFormats that allows to determine what pixel format are supported by this transform and whether some certain format can be used. Also, it contains partial implementation of method ApplyTransform(Bitmap) (and its overloads) which is used to apply the transform at the bitmap.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill..::.SyncHandler
L
Aurigma.GraphicsMill..::.UnitConverterHandler
L
Aurigma.GraphicsMill.Transforms..::.BitmapTransform
L
Aurigma.GraphicsMill.Transforms..::.MaskedBitmapTransform
L
Aurigma.GraphicsMill.Transforms..::.PixelFormatConverter
L
Aurigma.GraphicsMill.Transforms..::.ApplyMatrixTransform
L
Aurigma.GraphicsMill.Transforms..::.Crop
L
Aurigma.GraphicsMill.Transforms..::.Cylindrize
L
Aurigma.GraphicsMill.Transforms..::.EdgeDetect
L
Aurigma.GraphicsMill.Transforms..::.Emboss
L
Aurigma.GraphicsMill.Transforms..::.RotateAndFlip
L
Aurigma.GraphicsMill.Transforms..::.Glow
L
Aurigma.GraphicsMill.Transforms..::.MaximumFilter
L
Aurigma.GraphicsMill.Transforms..::.MedianFilter
L
Aurigma.GraphicsMill.Transforms..::.MinimumFilter
L
Aurigma.GraphicsMill.Transforms..::.PageCurl
L
Aurigma.GraphicsMill.Transforms..::.RedEyeRemoval
L
Aurigma.GraphicsMill.Transforms..::.Resize
L
Aurigma.GraphicsMill.Transforms..::.Rotate
L
Aurigma.GraphicsMill.Transforms..::.Shadow
L
Aurigma.GraphicsMill.Transforms..::.Swirl
L
Aurigma.GraphicsMill.Transforms..::.Texturize
L
Aurigma.GraphicsMill.Transforms..::.Transparentize
L
Aurigma.GraphicsMill.Transforms..::.Waddle
L
Aurigma.GraphicsMill.Transforms..::.WaterDrop
L
Aurigma.GraphicsMill.Transforms..::.Wave
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.