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