ClassFormatConvertedBitmap
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public class FormatConvertedBitmap : BitmapSource, IAutomationPeer, IPeerConverter
Inheritance: objectAutomationObject<ImageSource>ImageSourceBitmapSourceFormatConvertedBitmap
Implements:
Inherited Members
Constructors
FormatConvertedBitmap()
Declaration
cs-api-definition
public FormatConvertedBitmap()
Fields
AlphaThresholdProperty
Declaration
cs-api-definition
public static AutomationProperty AlphaThresholdProperty
Field Value
DestinationFormatProperty
Declaration
cs-api-definition
public static AutomationProperty DestinationFormatProperty
Field Value
DestinationPaletteProperty
Declaration
cs-api-definition
public static AutomationProperty DestinationPaletteProperty
Field Value
SourceProperty
Declaration
cs-api-definition
public static AutomationProperty SourceProperty
Field Value
Properties
AlphaThreshold
Declaration
cs-api-definition
[DataMember]
public double AlphaThreshold { get; set; }
Property Value
DestinationFormat
Declaration
cs-api-definition
[DataMember]
public PixelFormat DestinationFormat { get; set; }
Property Value
DestinationPalette
Declaration
cs-api-definition
[DataMember]
public BitmapPalette DestinationPalette { get; set; }
Property Value
Source
Declaration
cs-api-definition
[DataMember]
public BitmapSource Source { get; set; }
Property Value
Methods
GetRealType()
Gets the real peer type