Class BitmapFrame
Represents image data accepted by encoders.
Inheritance
System.Object
BitmapFrame
Namespace: Telerik.Windows.Media.Imaging
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class BitmapFrame : Object
Methods
Create(BitmapSource)
Creates a new BitmapFrame from a given BitmapSource.
Declaration
public static WriteableBitmap Create(BitmapSource source)
Parameters
System.Windows.Media.Imaging.BitmapSource
source
|
Returns
System.Windows.Media.Imaging.WriteableBitmap
BitmapFrame object. |