ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / Transform Method
The transformation chain, can be empty to just copy the image.

In This Topic
    Transform Method (C1Bitmap)
    In This Topic
    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