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
AutomationProperty
|
DecodePixelWidthProperty
Declaration
public static AutomationProperty DecodePixelWidthProperty
Field Value
AutomationProperty
|
RotationProperty
SourceRectProperty
Properties
CacheOption
CreateOptions
Declaration
public BitmapCreateOptions CreateOptions { get; set; }
Property Value
BitmapCreateOptions
|
DecodePixelHeight
Declaration
public int DecodePixelHeight { get; set; }
Property Value
System.Int32
|
DecodePixelWidth
Declaration
public int DecodePixelWidth { get; set; }
Property Value
System.Int32
|
Rotation
SourceRect
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|