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()
Visual Basic (Declaration)
Public Function GetExportSize As Size

Return Value

The size of the bitmap returned by GetExportBitmapSource method.

Implements

INetworkDiagramView..::.GetExportSize()()()

See Also