[]
        
(Showing Draft Content)

C1.Win.Bitmap.C1Bitmap.Transform

Transform Method

Transform(params BaseTransform[])

Creates a new instance of C1Bitmap as a copy of the current bitmap passed through the set of transformations.

Declaration
public C1Bitmap Transform(params BaseTransform[] transforms)
Parameters
Type Name Description
BaseTransform[] transforms

The transformation chain, can be empty to just copy the image.

Returns
Type Description
C1Bitmap