'DeclarationPublic Shared Sub Decompress( _ ByVal CompressedData As Stream, _ ByVal DestinationData As Array, _ ByVal size As SkiaSharp.SKSizeI, _ ByVal Bits As Integer, _ ByVal Planes As Integer, _ ByVal TransferSyntax As String, _ Optional ByVal cancellationToken As CancellationToken, _ Optional ByVal resLevel As CodecResolutionLevel _ )
'UsageDim CompressedData As Stream Dim DestinationData As Array Dim size As SkiaSharp.SKSizeI Dim Bits As Integer Dim Planes As Integer Dim TransferSyntax As String Dim cancellationToken As CancellationToken Dim resLevel As CodecResolutionLevel CodecGlobal.Decompress(CompressedData, DestinationData, size, Bits, Planes, TransferSyntax, cancellationToken, resLevel)
public static void Decompress( Stream CompressedData, Array DestinationData, SkiaSharp.SKSizeI size, int Bits, int Planes, string TransferSyntax, CancellationToken cancellationToken, CodecResolutionLevel resLevel )
public: static void Decompress( Stream^ CompressedData, Array^ DestinationData, SkiaSharp.SKSizeI size, int Bits, int Planes, String^ TransferSyntax, CancellationToken cancellationToken, CodecResolutionLevel resLevel )
Parameters
- CompressedData
- The data to be decompressed
- DestinationData
- The destination to put the decompressed data into.
- size
- Size of the image
- Bits
- Bit depth
- Planes
- 1 for monochrome, or 3 for colour
- TransferSyntax
- This indicates the decompression method to use
- cancellationToken
- Cancellation token to terminate the call
- resLevel
- Resolution level for the decompressed data