FormatConvertedBitmap 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 FormatConvertedBitmap 类的新实例。
重载
FormatConvertedBitmap()
初始化 FormatConvertedBitmap 类的新实例。
public:
FormatConvertedBitmap();
public FormatConvertedBitmap ();
Public Sub New ()
注解
FormatConvertedBitmap 实现接口 ISupportInitialize 以优化多个属性的初始化。 若要使用此构造函数初始化创建,FormatConvertedBitmap必须在调用EndInit之间BeginInit执行属性初始化。
适用于
FormatConvertedBitmap(BitmapSource, PixelFormat, BitmapPalette, Double)
初始化具有指定 FormatConvertedBitmap、Source、DestinationFormat 和 DestinationPalette 的 AlphaThreshold 类的一个新实例。
public:
FormatConvertedBitmap(System::Windows::Media::Imaging::BitmapSource ^ source, System::Windows::Media::PixelFormat destinationFormat, System::Windows::Media::Imaging::BitmapPalette ^ destinationPalette, double alphaThreshold);
public FormatConvertedBitmap (System.Windows.Media.Imaging.BitmapSource source, System.Windows.Media.PixelFormat destinationFormat, System.Windows.Media.Imaging.BitmapPalette destinationPalette, double alphaThreshold);
new System.Windows.Media.Imaging.FormatConvertedBitmap : System.Windows.Media.Imaging.BitmapSource * System.Windows.Media.PixelFormat * System.Windows.Media.Imaging.BitmapPalette * double -> System.Windows.Media.Imaging.FormatConvertedBitmap
Public Sub New (source As BitmapSource, destinationFormat As PixelFormat, destinationPalette As BitmapPalette, alphaThreshold As Double)
参数
- source
- BitmapSource
新 FormatConvertedBitmap 实例的 Source。
- destinationFormat
- PixelFormat
- destinationPalette
- BitmapPalette
如果 destinationFormat
为索引格式,则为新的 DestinationPalette 实例的 FormatConvertedBitmap。
- alphaThreshold
- Double
注解
FormatConvertedBitmap 使用此构造函数创建的对象会自动初始化。 初始化后,将忽略属性更改。