BitmapImage
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
[DataContract]
public class BitmapImage : BitmapSource, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<ImageSource>ImageSourceBitmapSourceBitmapImage
Implements:
Inherited Members
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 Int32Rect SourceRect { get; set; }