System.Windows.Media Namesp ...


.NET Framework Class Library for Silverlight
ImageSource Class

Provides an object source type for Source, Source, and ImageSource.

Namespace:  System.Windows.Media
Assembly:  System.Windows (in System.Windows.dll)
Syntax

Visual Basic (Declaration)
<TypeConverterAttribute(GetType(ImageSourceConverter))> _
Public MustInherit Class ImageSource _
    Inherits DependencyObject
Visual Basic (Usage)
Dim instance As ImageSource
C#
[TypeConverterAttribute(typeof(ImageSourceConverter))]
public abstract class ImageSource : DependencyObject
Remarks

This is an abstract type that is used in the signatures for Source, Source, and ImageSource. For information on the practical derived class that is used for Silverlight 2 image sources, see BitmapImage.

Inheritance Hierarchy

System..::.Object
  System.Windows..::.DependencyObject
    System.Windows.Media..::.ImageSource
      System.Windows.Media.Imaging..::.BitmapSource
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

Tags :


Page view tracker