Gets the size of the bitmap returned by GetExportBitmapSource method.

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

Syntax

C#
public Size GetExportSize()
Visual Basic (Declaration)
Public Function GetExportSize As Size

Return Value

The size of the bitmap returned by GetExportBitmapSource method.

Implements

IGanttChartView..::.GetExportSize()()()

See Also