C# Класс SilverFlow.Controls.Helpers.BitmapHelper

Bitmap helper.
Наследование: IBitmapHelper
Показать файл Открыть проект

Открытые методы

Метод Описание
RenderVisual ( FrameworkElement element, double imageWidth, double imageHeight ) : System.Windows.Media.ImageSource

Renders the visual element and returns a bitmap, containing bitmap image of the element.

Описание методов

RenderVisual() публичный Метод

Renders the visual element and returns a bitmap, containing bitmap image of the element.
public RenderVisual ( FrameworkElement element, double imageWidth, double imageHeight ) : System.Windows.Media.ImageSource
element System.Windows.FrameworkElement The visual element.
imageWidth double Image width.
imageHeight double Image height.
Результат System.Windows.Media.ImageSource