Gets a set of bitmaps including the content of the control, split by a specified page size.
Namespace:
DlhSoft.Windows.Controls.PertAssembly: DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)
Syntax
C# |
---|
BitmapSource[,] GetExportBitmapSources( Size pageSize ) |
Visual Basic (Declaration) |
---|
Function GetExportBitmapSources ( _ pageSize As Size _ ) As BitmapSource(,) |
Parameters
- pageSize
- Type: System.Windows..::.Size
The page size to split the control content on.