Gets a bitmap including the content of the control.

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

Syntax

C#
public BitmapSource GetExportBitmapSource()
Visual Basic (Declaration)
Public Function GetExportBitmapSource As BitmapSource

Return Value

The bitmap representing the control.

Implements

IGanttChartView..::.GetExportBitmapSource()()()

See Also