Gets a drawing visual representing part of the content of the control, depending on a specified page size and location.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.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.

Return Value

The drawing visual representing the specified page of the control.

See Also