DS.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / WicTiffFrame Class / ToGcWicBitmap Method
Clipping rectangle for the image after all transformations.
The transformation chain for the image that is being loaded.

In This Topic
ToGcWicBitmap Method
In This Topic
Creates a GcWicBitmap from the frame image.
Syntax
'Declaration
 
Public Function ToGcWicBitmap( _
   Optional ByVal imageRect As System.Nullable(Of Rectangle), _
   ByVal ParamArray transforms() As BaseTransform _
) As GcWicBitmap
 

Parameters

imageRect
Clipping rectangle for the image after all transformations.
transforms
The transformation chain for the image that is being loaded.
See Also