[]
Creates a new instance of GcWicBitmap as a copy of the current bitmap passed through the set of transformations.
public GcWicBitmap Transform(params BaseTransform[] transforms)
Public Function Transform(ParamArray transforms As BaseTransform()) As GcWicBitmap
| Type | Name | Description |
|---|---|---|
| BaseTransform[] | transforms | The transformation chain, can be empty to just copy the image. |
| Type | Description |
|---|---|
| GcWicBitmap |