Class EmbeddedDisplay

A display that is embedded inside a parent window

Inheritance

EmbeddedDisplay

Implements

Namespace: ic4
Assembly: ic4dotnet.dll
Syntax
public class EmbeddedDisplay : Display, IDisposable, IDisplay

Constructors

EmbeddedDisplay(IntPtr, DisplayType)

Creates a display embedded inside a parent window

Declaration

public EmbeddedDisplay(IntPtr parentWindow, DisplayType displayType = DisplayType.Default)

Parameters

Type Name Description
IntPtr parentWindow

Window handle of the parent window

DisplayType displayType

Type of display to use

Exceptions

Type Condition
IC4Exception

Check ErrorCode and ToString() for details.

Implements