New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public FormatConvertedBitmap()

Fields

C#
public static AutomationProperty AlphaThresholdProperty
C#
public static AutomationProperty DestinationFormatProperty
C#
public static AutomationProperty DestinationPaletteProperty
C#
public static AutomationProperty SourceProperty

Properties

C#
[DataMember]
public double AlphaThreshold { get; set; }
C#
[DataMember]
public PixelFormat DestinationFormat { get; set; }
C#
[DataMember]
public BitmapPalette DestinationPalette { get; set; }
C#
[DataMember]
public BitmapSource Source { get; set; }

Methods

C#
public override string GetRealType()
Returns:

string

Overrides: BitmapSource.GetRealType()