Class BitmapSource
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 abstract class BitmapSource : ImageSource, IAutomationPeer, IPeerConverter
Constructors
BitmapSource()
Declaration
public BitmapSource()
Fields
PixelHeightProperty
PixelWidthProperty
Properties
PixelHeight
Declaration
public int PixelHeight { get; set; }
Property Value
System.Int32
|
PixelWidth
Declaration
public int PixelWidth { get; set; }
Property Value
System.Int32
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|