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()
Visual Basic (Declaration)
Public Function GetExportBitmapSource As BitmapSource

Return Value

The bitmap representing the control.

Implements

IPertChartView..::.GetExportBitmapSource()()()

See Also