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 )
'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 _ )
Parameters
- CompressedData
- DestinationData
- Size
- Bits
- Planes
- TransferSyntax