C# Class Mapsui.Rendering.Xaml.BitmapRendering.BitmapConverter

显示文件 Open project: pauldendulk/Mapsui

Public Methods

Method Description
ToBitmapStream ( UIElement uiElement, double width, double height ) : MemoryStream

Method Details

ToBitmapStream() public static method

public static ToBitmapStream ( UIElement uiElement, double width, double height ) : MemoryStream
uiElement System.Windows.UIElement
width double
height double
return System.IO.MemoryStream