Class
BitmapSource

Definition

Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf

Assembly:ArtOfTest.WebAii.dll

Syntax:

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

Inheritance: objectAutomationObject<ImageSource>ImageSourceBitmapSource

Derived Classes: BitmapFrameBitmapImageCachedBitmapColorConvertedBitmapCroppedBitmapFormatConvertedBitmapInteropBitmapRenderTargetBitmapTransformedBitmapUnmanagedBitmapWrapperWriteableBitmap

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

BitmapSource()

Declaration

cs-api-definition
public BitmapSource()

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides ImageSource.GetRealType()