ComponentOne Bitmap for UWP
Transform Method (C1Bitmap)

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > C1Bitmap Class : Transform Method
The transformation chain, can be empty to just copy the image.
Creates a new instance of C1Bitmap as a copy of the current bitmap passed through the set of transformations.
Syntax
'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.
See Also

Reference

C1Bitmap Class
C1Bitmap Members