'Declaration
Public Shared Sub Decompress( _ ByVal CompressedData As Stream, _ ByVal DestinationData As Array, _ ByVal Size As Size, _ ByVal Bits As Integer, _ ByVal Planes As Integer, _ ByVal TransferSyntax As String _ )
'Usage
Dim CompressedData As Stream Dim DestinationData As Array Dim Size As Size 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, Size Size, int Bits, int Planes, string TransferSyntax )
public: static void Decompress( Stream^ CompressedData, Array^ DestinationData, Size Size, int Bits, int Planes, String^ TransferSyntax )
Parameters
- CompressedData
- DestinationData
- Size
- Bits
- Planes
- TransferSyntax