Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / Transform Method
The transformation chain, can be empty to just copy the image.

In This Topic
    Transform Method (GcWicBitmap)
    In This Topic
    Creates a new instance of GcWicBitmap as a copy of the current bitmap passed through the set of transformations.
    Syntax
    'Declaration
     
    Public Function Transform( _
       ByVal ParamArray transforms() As BaseTransform _
    ) As GcWicBitmap
    public GcWicBitmap Transform( 
       params BaseTransform[] transforms
    )

    Parameters

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