Class WicBitmapDecoderInfo
Inheritance
WicBitmapDecoderInfo
Assembly: JeremyAnsel.DirectX.WinCodec.dll
Syntax
public sealed class WicBitmapDecoderInfo : WicBitmapCodecInfo, IDisposable
Constructors
|
Edit this page
View Source
WicBitmapDecoderInfo(object)
Declaration
public WicBitmapDecoderInfo(object handle)
Parameters
Type |
Name |
Description |
object |
handle |
|
Methods
|
Edit this page
View Source
CreateInstance()
Declaration
public WicBitmapDecoder CreateInstance()
Returns
|
Edit this page
View Source
MatchesPattern(Stream)
Declaration
public bool MatchesPattern(Stream stream)
Parameters
Type |
Name |
Description |
Stream |
stream |
|
Returns
|
Edit this page
View Source
OnDispose()
Declaration
protected override void OnDispose()
Overrides
Implements