Gets the size of the bitmap returned by GetExportBitmapSource method.

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

Syntax

C#
public Size GetExportSize(
	double resolution
)
Visual Basic (Declaration)
Public Function GetExportSize ( _
	resolution As Double _
) As Size

Parameters

resolution
Type: System..::.Double
The resolution to use (by default 96 DPI).

Return Value

The size of the bitmap returned by GetExportBitmapSource method.

See Also