Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.45 KB

bitmapsource.md

File metadata and controls

30 lines (19 loc) · 1.45 KB
-api-id -api-type
T:Windows.UI.Xaml.Media.Imaging.BitmapSource
winrt class

Windows.UI.Xaml.Media.Imaging.BitmapSource

-description

Provides a source object for properties that use a bitmap-format image source.

-remarks

Important

You don't typically use or create a BitmapSource type directly, that's why you don't see code examples on this page. It's more common to create a BitmapImage and use that as a value. For code examples and more info, see the reference page for BitmapImage.

ImageSource and BitmapSource are intermediate base classes for BitmapImage. For more info on how to create an image source to use for Image.Source and ImageBrush.ImageSource, see Image and ImageBrush and BitmapImage.

BitmapSource derived classes

BitmapSource is the parent class for BitmapImage and WriteableBitmap.

-examples

-see-also

ImageSource, Image and ImageBrush, BitmapImage