You are here: Start » AVL.NET » Invoke.DebugPreviewShowNewImage
Invoke.DebugPreviewShowNewImage
Creates new separated window and shows image in it. DebugPreviewCloseAllWindows need to be called to free resources reserved by this function.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void DebugPreviewShowNewImage ( Avl.Image inImage, string inWindowName, int inPosX, int inPosY )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inImage | Avl.Image | Image to preview. | ||
![]()  | inWindowName | string | "Image Preview" | Name of newly opened window. | |
![]()  | inPosX | int | Windows default | X coordinate of initial windows position. | |
![]()  | inPosY | int | Windows default | Y coordinate of initial windows position. | 

