RadBitmap
Represents a bitmap in 32bit ARGB format.
Definition
Namespace:Telerik.Windows.Media.Imaging
Assembly:Telerik.Windows.Controls.dll
Syntax:
public class RadBitmap
Inheritance: objectRadBitmap
Constructors
Initializes a new instance of the RadBitmap class using a BitmapSource.
public RadBitmap(BitmapSource image)
Initializes a new instance of the RadBitmap class by taking a snapshot of a FrameworkElement.
public RadBitmap(FrameworkElement element)
Initializes a new instance of the RadBitmap class by taking a snapshot of a FrameworkElement with a specified width and height.
Initializes a new instance of the RadBitmap class by taking a snapshot of a FrameworkElement with a specified width and height.
Initializes a new instance of the RadBitmap class copying the contents from another bitmap.
Initializes a new instance of the RadBitmap class form an instance of RadBitmapData.
Initializes a new instance of the RadBitmap class using a Stream.
Initializes a new instance of the RadBitmap class using a WriteableBitmap as a source.
public RadBitmap(WriteableBitmap writableBitmap)
Properties
Bitmap
WriteableBitmap
Gets the WriteableBitmap instance associated with this RadBitmap.
public WriteableBitmap Bitmap { get; }
Methods
Returns a cropped copy of this RadBitmap.
Gets the pixels array of this RadBitmap in 32bit ARGB format.
Returns a rotated copy of this RadBitmap.