ClassBitmapImage
Class
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:
Inherited Members
Constructors
BitmapImage()
Declaration
cs-api-definition
public BitmapImage()
Fields
CacheOptionProperty
Declaration
cs-api-definition
public static AutomationProperty CacheOptionProperty
Field Value
CreateOptionsProperty
Declaration
cs-api-definition
public static AutomationProperty CreateOptionsProperty
Field Value
DecodePixelHeightProperty
Declaration
cs-api-definition
public static AutomationProperty DecodePixelHeightProperty
Field Value
DecodePixelWidthProperty
Declaration
cs-api-definition
public static AutomationProperty DecodePixelWidthProperty
Field Value
RotationProperty
Declaration
cs-api-definition
public static AutomationProperty RotationProperty
Field Value
SourceRectProperty
Declaration
cs-api-definition
public static AutomationProperty SourceRectProperty
Field Value
Properties
CacheOption
Declaration
cs-api-definition
[DataMember]
public BitmapCacheOption CacheOption { get; set; }
Property Value
CreateOptions
Declaration
cs-api-definition
[DataMember]
public BitmapCreateOptions CreateOptions { get; set; }
Property Value
DecodePixelHeight
Declaration
cs-api-definition
[DataMember]
public int DecodePixelHeight { get; set; }
Property Value
DecodePixelWidth
Declaration
cs-api-definition
[DataMember]
public int DecodePixelWidth { get; set; }
Property Value
Rotation
Declaration
cs-api-definition
[DataMember]
public Rotation Rotation { get; set; }
Property Value
SourceRect
Declaration
cs-api-definition
[DataMember]
public Int32Rect SourceRect { get; set; }
Property Value
Methods
GetRealType()
Gets the real peer type