New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public BitmapImage()

Fields

C#
public static AutomationProperty CacheOptionProperty
C#
public static AutomationProperty CreateOptionsProperty
C#
public static AutomationProperty DecodePixelHeightProperty
C#
public static AutomationProperty DecodePixelWidthProperty
C#
public static AutomationProperty RotationProperty
C#
public static AutomationProperty SourceRectProperty

Properties

C#
[DataMember]
public BitmapCacheOption CacheOption { get; set; }
C#
[DataMember]
public BitmapCreateOptions CreateOptions { get; set; }
C#
[DataMember]
public int DecodePixelHeight { get; set; }
C#
[DataMember]
public int DecodePixelWidth { get; set; }
C#
[DataMember]
public Rotation Rotation { get; set; }
C#
[DataMember]
public Int32Rect SourceRect { get; set; }

Methods

C#
public override string GetRealType()
Returns:

string

Overrides: BitmapSource.GetRealType()