Class NoImagePlaceholderGenerator
Inheritance
System.Object
NoImagePlaceholderGenerator
Namespace: Telerik.Windows.Documents.Imaging
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class NoImagePlaceholderGenerator : Object
Constructors
NoImagePlaceholderGenerator()
Declaration
public NoImagePlaceholderGenerator()
Methods
CreatePlaceholder(Int32, Int32)
Declaration
public static BitmapImage CreatePlaceholder(int width, int height)
Parameters
System.Int32
width
|
System.Int32
height
|
Returns
System.Windows.Media.Imaging.BitmapImage
|