[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.WicTiffFrame.ToGcWicBitmap

ToGcWicBitmap Method

ToGcWicBitmap(Rectangle?, params BaseTransform[])

Creates a GcWicBitmap from the frame image.

Declaration
public GcWicBitmap ToGcWicBitmap(Rectangle? imageRect = null, params BaseTransform[] transforms)
Public Function ToGcWicBitmap(Optional imageRect As Rectangle? = Nothing, ParamArray transforms As BaseTransform()) As GcWicBitmap
Parameters
Type Name Description
Rectangle? imageRect

Clipping rectangle for the image after all transformations.

BaseTransform[] transforms

The transformation chain for the image that is being loaded.

Returns
Type Description
GcWicBitmap