Gets the size of the exported drawing visual or bitmap source.

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

Syntax

C#
public Size GetExportSize()
Visual Basic (Declaration)
Public Function GetExportSize As Size

Return Value

The size of the exported drawing visual or bitmap source.

Implements

IExportableControl..::.GetExportSize()()()

See Also