Class EmbeddedDisplay

親ウィンドウ内に埋め込まれて表示されるディスプレイです。

コンストラクタ

EmbeddedDisplay(IntPtr, DisplayType)

親ウィンドウ内に埋め込まれた表示(ディスプレイ)を作成します。

宣言

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

パラメータ

名前 説明
IntPtr parentWindow 親ウィンドウのウィンドウハンドル
DisplayType displayType 使用する表示(ディスプレイ)の種類

例外

条件
IC4Exception 詳細については ErrorCode および ToString() を確認してください。

実装

IDisposable
IDisplay