Class
BitmapSource

Definition

Namespace:ArtOfTest.WebAii.Silverlight.UI

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[DataContract]
public abstract class BitmapSource : ImageSource, IAutomationPeer, IPeerConverter

Inheritance: objectAutomationObject<ImageSource>ImageSourceBitmapSource

Derived Classes: BitmapImageWriteableBitmap

Implements: IAutomationPeerIPeerConverter

Inherited Members AutomationObject<ImageSource>.GetProperty(AutomationProperty)AutomationObject<ImageSource>.GetProperty(AutomationProperty, object)AutomationObject<ImageSource>.SetProperty(AutomationProperty, object)AutomationObject<ImageSource>.InvokeMethod(AutomationMethod, params object[])AutomationObject<ImageSource>.InvokeMethod(string, params object[])AutomationObject<ImageSource>.Serialize()AutomationObject<ImageSource>.Deserialize(string)AutomationObject<ImageSource>.AssignReference(AutomationReference)AutomationObject<ImageSource>.ToRealObject()AutomationObject<ImageSource>.FromRealObject(object)AutomationObject<ImageSource>.ReferenceAutomationObject<ImageSource>.PropertyBag

Constructors

BitmapSource()

Declaration

cs-api-definition
public BitmapSource()

Fields

PixelHeightProperty

Declaration

cs-api-definition
public static AutomationProperty PixelHeightProperty

Field Value

AutomationProperty

PixelWidthProperty

Declaration

cs-api-definition
public static AutomationProperty PixelWidthProperty

Field Value

AutomationProperty

Properties

PixelHeight

Declaration

cs-api-definition
[DataMember]
public int PixelHeight { get; set; }

Property Value

int

PixelWidth

Declaration

cs-api-definition
[DataMember]
public int PixelWidth { get; set; }

Property Value

int

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides ImageSource.GetRealType()