'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 _ )
'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 CodecGlobal.Decompress(CompressedData, DestinationData, size, Bits, Planes, TransferSyntax)
public static void Decompress( Stream CompressedData, Array DestinationData, SkiaSharp.SKSizeI size, int Bits, int Planes, string TransferSyntax )
public: static void Decompress( Stream^ CompressedData, Array^ DestinationData, SkiaSharp.SKSizeI size, int Bits, int Planes, String^ TransferSyntax )
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