Gets a bitmap including the content of the control.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public BitmapSource GetExportBitmapSource(
	double resolution
)
Visual Basic (Declaration)
Public Function GetExportBitmapSource ( _
	resolution As Double _
) As BitmapSource

Parameters

resolution
Type: System..::.Double
The resolution to use (by default 96 DPI).

Return Value

The bitmap representing the control.

See Also