Bitmap Sources How-to Topics

The topics in this section provide examples demonstrating IWICBitmapSource-related tasks.

In this section

Topic Description
How to Load a Bitmap from a Resource
This topic demonstrates how to load an IWICBitmapFrameDecode from an application resource.
How to Retrieve the Frames from an Image
This topic demonstrates how to decode a multi-frame image and retrieve each frame for processing.
How to Scale a Bitmap Source
This topic demonstrates how to scale an IWICBitmapSource using the IWICBitmapScaler component.
How to Clip a Bitmap Source
This topic demonstrates how to obtain a rectangular portion of an IWICBitmapSource using an IWICBitmapClipper component.
How to Flip and Rotate a Bitmap Source
This topic demonstrates how to rotate an IWICBitmapSource by using an IWICBitmapFlipRotator component.
How to Modify the Pixels of a Bitmap Source
This topic demonstrates how to modify the pixels of a bitmap source using the IWICBitmap and IWICBitmapLock components.
How to Draw a BitmapSource Using Direct2D
This topic demonstrates the process for drawing an IWICBitmapSource by using Direct2D.

See Also

Programming Guide

Reference

Samples