'Declaration Public Function Transform( _ ByVal ParamArray transforms() As BaseTransform _ ) As GcWicBitmap
public GcWicBitmap Transform( params BaseTransform[] transforms )
Parameters
- transforms
- The transformation chain, can be empty to just copy the image.