Class BitmapImage
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class BitmapImage : BitmapSource, IAutomationPeer, IPeerConverter
Constructors
BitmapImage()
Declaration
public BitmapImage()
Fields
CacheOptionProperty
CreateOptionsProperty
DecodePixelHeightProperty
Declaration
public static AutomationProperty DecodePixelHeightProperty
Field Value
DecodePixelWidthProperty
Declaration
public static AutomationProperty DecodePixelWidthProperty
Field Value
RotationProperty
SourceRectProperty
Properties
CacheOption
CreateOptions
Declaration
public BitmapCreateOptions CreateOptions { get; set; }
Property Value
DecodePixelHeight
Declaration
public int DecodePixelHeight { get; set; }
Property Value
System.
|
DecodePixelWidth
Declaration
public int DecodePixelWidth { get; set; }
Property Value
System.
|
Rotation
SourceRect
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|