Gets a set of paged drawing visuals representing the headered content of the control.

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

Syntax

C#
public DrawingVisual[,] GetExportDrawingVisuals(
	Size pageSize,
	Thickness margin,
	Pen border
)
Visual Basic (Declaration)
Public Function GetExportDrawingVisuals ( _
	pageSize As Size, _
	margin As Thickness, _
	border As Pen _
) As DrawingVisual(,)

Parameters

pageSize
Type: System.Windows..::.Size
The page size to consider.
margin
Type: System.Windows..::.Thickness
The margin to use.
border
Type: System.Windows.Media..::.Pen
The border to use.

Return Value

A set of drawing visuals representing the headered content of the control.

Implements

IExportableControl..::.GetExportDrawingVisuals(Size, Thickness, Pen)

See Also