C# 클래스 SilverFlow.Controls.Helpers.BitmapHelper

Bitmap helper.
상속: IBitmapHelper
파일 보기 프로젝트 열기: Zoomicon/ZUI

공개 메소드들

메소드 설명
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