Class BitmapUtils
Bitmap utilities.
Inheritance
System.Object
BitmapUtils
Namespace: Telerik.Windows.Controls.Diagrams
Assembly: Telerik.Windows.Controls.Diagrams.dll
Syntax
public static class BitmapUtils : Object
Methods
CreateWriteableBitmap(UIElement, Rect, Size, Brush, Thickness, Double)
Creates a writeable bitmap of the given FrameworkElement.
Declaration
public static WriteableBitmap CreateWriteableBitmap(UIElement element, Rect enclosingBounds, Size returnImageSize, Brush backgroundBrush, Thickness margin, double dpi = 96)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
Returns
System.
|