Exports a control as an image

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void Export(
	FrameworkElement view
)
Visual Basic
Public Sub Export ( _
	view As FrameworkElement _
)
JScript
public function Export(
	view : FrameworkElement
)

Parameters

view
Type: System.Windows..::..FrameworkElement
The view that must be exported

See Also