Bitmap Sources How-to Topics
The topics in this section provide examples demonstrating IWICBitmapSource-related tasks.
In this section
| Topic | Description |
|---|---|
|
This topic demonstrates how to load an IWICBitmapFrameDecode from an application resource. | |
|
This topic demonstrates how to decode a multi-frame image and retrieve each frame for processing. | |
|
This topic demonstrates how to scale an IWICBitmapSource using the IWICBitmapScaler component. | |
|
This topic demonstrates how to obtain a rectangular portion of an IWICBitmapSource using an IWICBitmapClipper component. | |
|
This topic demonstrates how to rotate an IWICBitmapSource by using an IWICBitmapFlipRotator component. | |
|
This topic demonstrates how to modify the pixels of a bitmap source using the IWICBitmap and IWICBitmapLock components. | |
|
This topic demonstrates the process for drawing an IWICBitmapSource by using Direct2D. |
See Also