The TransformsProvider type exposes the following members.
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
AddNoise | Overloaded. Puts an additive noise on the image by adding random number to each pixel. |
|
ApplyMatrixTransform | Overloaded. Applies a linear transformation of the bitmap (based on specified matrix). |
|
Blur | Overloaded. Applies blur filter on the bitmap. |
|
Buttonize | Overloaded. Applies buttonize effect on the image. |
|
Crop | Overloaded. Crops the image using specified rectangle (which is not obligatory totally inside the bitmap). |
|
Cylindrize | Overloaded. Applies cylindrize transform (image is looking like bended on mug or any other cylindric surface). |
|
Dispose |
Releases all resources used by this TransformsProvider. (Overrides LockableObject.Dispose().) |
|
EdgeDetect |
Detects edges on the image. |
|
Emboss | Overloaded. Applies emboss effect on the image. |
|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Glow | Overloaded. Applies glow effect. |
|
Lock |
Locks the object. (Inherited from LockableObject.) |
|
MaximumFilter |
Applies maximum filter on the image. |
|
MedianFilter |
Applies median filter on the image. |
|
MemberwiseClone | (Inherited from Object.) | |
MinimumFilter |
Applies minimum filter on the image. |
|
Mosaic | Overloaded. Applies mosaic effect. |
|
PageCurl | Overloaded. Applies page curl effect. |
|
Resize | Overloaded. Resizes the image. |
|
Rotate | Overloaded. Rotates an image at arbitrary angle. |
|
RotateAndFlip |
Flips the image and/or rotates it at 90, 180, or 270 degrees (optimized comparing to Rotate(Single) method). |
|
Shadow | Overloaded. Applies a shadow effect. |
|
Sharpen |
Applies simple sharpen effect on the image. |
|
Spray | Overloaded. Applies spray effect on the image. |
|
Swirl | Overloaded. Applies swirl transform on the image. |
|
Texturize | Overloaded. Create texture from the image by reducing its size and "gluing" it with its copies seamlessly. |
|
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from LockableObject.) |
|
UnsharpMask | Overloaded. Enhances image sharpness using unsharp mask technique. |
|
Waddle | Overloaded. Applies waddle effect. |
|
WaterDrop | Overloaded. Applies water drop transform (effect of ripples on the water). |
|
Wave | Overloaded. Applies a wave transform on the image. |