Class BitmapImage
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class BitmapImage : BitmapSource, IAutomationPeer, IPeerConverter
Constructors
BitmapImage()
Declaration
public BitmapImage()
Fields
CreateOptionsProperty
UriSourceProperty
Properties
CreateOptions
Declaration
public BitmapCreateOptions CreateOptions { get; set; }
Property Value
BitmapCreateOptions
|
UriSource
Declaration
public string UriSource { get; set; }
Property Value
System.String
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|