Class
NoImagePlaceholderGenerator

Represents a generator that produces a placeholder image when no image is available.

Definition

Namespace:Telerik.Windows.Documents.Imaging

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class NoImagePlaceholderGenerator

Inheritance: objectNoImagePlaceholderGenerator

Constructors

NoImagePlaceholderGenerator()

Declaration

cs-api-definition
public NoImagePlaceholderGenerator()

Methods

CreatePlaceholder(int, int)

Creates a placeholder image with the specified width and height.

Declaration

cs-api-definition
public static BitmapImage CreatePlaceholder(int width, int height)

Parameters

width

int

The width of the placeholder image.

height

int

The height of the placeholder image.

Returns

BitmapImage

Returns a placeholder image of type T.