Gets a set of bitmaps including the content of the control, split by a specified page size.

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

Syntax

C#
public BitmapSource[,] GetExportBitmapSources(
	Size pageSize
)
Visual Basic (Declaration)
Public Function GetExportBitmapSources ( _
	pageSize As Size _
) As BitmapSource(,)

Parameters

pageSize
Type: System.Windows..::.Size
The page size to split the control content on.

Return Value

The bitmaps representing the control.

Implements

IGanttChartView..::.GetExportBitmapSources(Size)

See Also