Gets a drawing visual representing part of the content of the control, depending on a specified page size and location.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)
Syntax
C# |
---|
public DrawingVisual GetExportDrawingVisual( Size pageSize, int verticalPageIndex, int horizontalPageIndex ) |
Visual Basic (Declaration) |
---|
Public Function GetExportDrawingVisual ( _ pageSize As Size, _ verticalPageIndex As Integer, _ horizontalPageIndex As Integer _ ) As DrawingVisual |
Parameters
- pageSize
- Type: System.Windows..::.Size
The page size to split the control content on.
- verticalPageIndex
- Type: System..::.Int32
The vertical index of the page to get.
- horizontalPageIndex
- Type: System..::.Int32
The horizontal index of the page to get.