Class BitmapFrame
Represents image data accepted by encoders.
Inheritance
System.Object
BitmapFrame
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Media.Imaging
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public static class BitmapFrame
Methods
Create(BitmapSource)
Creates a new BitmapFrame from a given BitmapSource.
Declaration
public static WriteableBitmap Create(BitmapSource source)
Parameters
BitmapSource
source
|
Returns
WriteableBitmap
BitmapFrame object. |