ComponentOne Bitmap for UWP
QueryCapability Method

C1.UWP.DX Assembly > C1.Util.DX.WIC Namespace > BitmapDecoder Class : QueryCapability Method
The stream to retrieve the decoder capabilities from..
Queries the capabilities of the decoder based on the specified stream.
Syntax
'Declaration
 
Public Function QueryCapability( _
   ByVal stream As IStream _
) As BitmapDecoderCapabilities
public BitmapDecoderCapabilities QueryCapability( 
   IStream stream
)

Parameters

stream
The stream to retrieve the decoder capabilities from..

Return Value

Capabilities of the decoder
See Also

Reference

BitmapDecoder Class
BitmapDecoder Members