Aurigma Graphics Mill 5.5 for .NET
PixelFormatConverter..::.ApplyTransform Method
Transforms given bitmap.
Overload List
| Name | Description | |
|---|---|---|
|
|
ApplyTransform(Bitmap) |
Transforms given bitmap ("in-place"). (Overrides BitmapTransform..::.ApplyTransform(Bitmap).) |
|
|
ApplyTransform(Bitmap, Bitmap) |
Produces transformed copy of given bitmap (which remains unchanged). (Overrides BitmapTransform..::.ApplyTransform(Bitmap, Bitmap).) |
|
|
ApplyTransform(BitmapData, Bitmap) |
Produces bitmap which contains transformed copy of given bitmap data (BitmapData class instance). The bitmap data remains unchanged. (Overrides BitmapTransform..::.ApplyTransform(BitmapData, Bitmap).) |