[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.GcWicBitmap.Transform

Transform Method

Transform(params BaseTransform[])

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

Declaration
public GcWicBitmap Transform(params BaseTransform[] transforms)
Public Function Transform(ParamArray transforms As BaseTransform()) As GcWicBitmap
Parameters
Type Name Description
BaseTransform[] transforms

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

Returns
Type Description
GcWicBitmap