Exports a control as a PNG Image
            
Namespace: Ico.AwxAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# | 
|---|
public void Export(
	FrameworkElement view,
	string filePath
)  | 
| Visual Basic | 
|---|
Public Sub Export ( _
	view As FrameworkElement, _
	filePath As String _
)  | 
| JScript | 
|---|
public function Export(
	view : FrameworkElement, 
	filePath : String
)  | 
Parameters
- view
 - Type: System.Windows..::..FrameworkElement
The view that must be exported 
- filePath
 - Type: System..::..String
The path of the file where the image will be saved 
See Also