You are here: Start » AVL.NET » Invoke.DebugPreviewShowImage
Invoke.DebugPreviewShowImage
Shows image in separated window. When called first time creates new window with size fit to image.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static bool DebugPreviewShowImage ( Avl.DebugPreviewWindowState ioState, Avl.Image inImage, string inWindowName, int inPosX, int inPosY )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioState | Avl.DebugPreviewWindowState | State object of sustained preview window. | |||
![]()  | 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. | 

