Table of Contents

Class BitmapDecoderInfo

Namespace
SharpDX.WIC
Assembly
SharpDX.Direct2D1.dll
[Guid("D8CD007F-D08F-4191-9BFC-236EA7F0E4B5")]
public class BitmapDecoderInfo : BitmapCodecInfo
Inheritance
BitmapDecoderInfo
Inherited Members

Constructors

BitmapDecoderInfo(nint)

public BitmapDecoderInfo(nint nativePtr)

Parameters

nativePtr nint

Properties

Patterns

Gets the file pattern signatures supported by the decoder.

public BitmapPattern[] Patterns { get; }

Property Value

BitmapPattern[]

Methods

MatchesPattern(IStream)

Retrieves a value that indicates whether the codec recognizes the pattern within a specified stream.

public RawBool MatchesPattern(IStream streamRef)

Parameters

streamRef IStream

The stream to pattern match within.

Returns

RawBool

A reference that receives TRUE if the patterns match; otherwise, SharpDX.Result.False.

Operators

explicit operator BitmapDecoderInfo(nint)

public static explicit operator BitmapDecoderInfo(nint nativePtr)

Parameters

nativePtr nint

Returns

BitmapDecoderInfo