Class
BitmapImage

Definition

Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf

Assembly:ArtOfTest.WebAii.dll

Syntax:

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

Inheritance: objectAutomationObject<ImageSource>ImageSourceBitmapSourceBitmapImage

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

BitmapImage()

Declaration

cs-api-definition
public BitmapImage()

Fields

CacheOptionProperty

Declaration

cs-api-definition
public static AutomationProperty CacheOptionProperty

Field Value

AutomationProperty

CreateOptionsProperty

Declaration

cs-api-definition
public static AutomationProperty CreateOptionsProperty

Field Value

AutomationProperty

DecodePixelHeightProperty

Declaration

cs-api-definition
public static AutomationProperty DecodePixelHeightProperty

Field Value

AutomationProperty

DecodePixelWidthProperty

Declaration

cs-api-definition
public static AutomationProperty DecodePixelWidthProperty

Field Value

AutomationProperty

RotationProperty

Declaration

cs-api-definition
public static AutomationProperty RotationProperty

Field Value

AutomationProperty

SourceRectProperty

Declaration

cs-api-definition
public static AutomationProperty SourceRectProperty

Field Value

AutomationProperty

Properties

CacheOption

Declaration

cs-api-definition
[DataMember]
public BitmapCacheOption CacheOption { get; set; }

Property Value

BitmapCacheOption

CreateOptions

Declaration

cs-api-definition
[DataMember]
public BitmapCreateOptions CreateOptions { get; set; }

Property Value

BitmapCreateOptions

DecodePixelHeight

Declaration

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

Property Value

int

DecodePixelWidth

Declaration

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

Property Value

int

Rotation

Declaration

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

Property Value

Rotation

SourceRect

Declaration

cs-api-definition
[DataMember]
public Int32Rect SourceRect { get; set; }

Property Value

Int32Rect

Methods

GetRealType()

Gets the real peer type

Declaration

cs-api-definition
public override string GetRealType()

Returns

string

Overrides BitmapSource.GetRealType()