Class
ImageSource

Definition

Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
[DataContract]
public abstract class ImageSource : AutomationObject<ImageSource>, IAutomationPeer, IPeerConverter

Inheritance: objectAutomationObject<ImageSource>ImageSource

Derived Classes: BitmapSourceD3DImageDrawingImage

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

ImageSource()

Declaration

cs-api-definition
public ImageSource()

Fields

ToStringMethod

Declaration

cs-api-definition
public static AutomationMethod ToStringMethod

Field Value

AutomationMethod

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides AutomationObject<ImageSource>.GetRealType()

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()