Class
D3DImage

Definition

Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf

Assembly:ArtOfTest.WebAii.dll

Syntax:

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

Inheritance: objectAutomationObject<ImageSource>ImageSourceD3DImage

Implements: IAutomationPeerIPeerConverter

Inherited Members ImageSource.ToStringMethodImageSource.ToString()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

D3DImage()

Declaration

cs-api-definition
public D3DImage()

Fields

IsFrontBufferAvailableProperty

Declaration

cs-api-definition
public static AutomationProperty IsFrontBufferAvailableProperty

Field Value

AutomationProperty

Properties

IsFrontBufferAvailable

Declaration

cs-api-definition
[DataMember]
public bool IsFrontBufferAvailable { get; set; }

Property Value

bool

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides ImageSource.GetRealType()