Transforms given bitmap.
Name | Description | |
---|---|---|
ApplyTransform(Bitmap) |
Transforms given bitmap ("in-place"). (Inherited from PerChannelBitmapTransform.) |
|
ApplyTransform(BitmapData) |
Transforms given bitmap data ("in-place"). (Inherited from PerChannelBitmapTransform.) |
|
ApplyTransform(Bitmap, Bitmap) |
Produces transformed copy of given bitmap (which remains unchanged). (Inherited from PerChannelBitmapTransform.) |
|
ApplyTransform(BitmapData, Bitmap) |
Produces bitmap which contains transformed copy of given bitmap data (BitmapData class instance). The bitmap data remains unchanged. (Inherited from PerChannelBitmapTransform.) |