IImageDecoder
Interface
Represents a decoder for converting stream to RadBitmapData.
Definition
Namespace:Telerik.Windows.Media.Imaging
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public interface IImageDecoder
Derived Classes:
Properties
Gets the supported extensions.
C#
IEnumerable<string> SupportedExtensions { get; }
Methods
Decodes the specified stream.