Class EmbeddedDisplay
親ウィンドウ内に埋め込まれて表示されるディスプレイです。
継承されたメンバ
- Display.ThrowIfCannotRender(ImageType)
- Display.CanRender(ImageType)
- Display.DisplayBuffer(ImageBuffer)
- Display.WindowClosed
- Display.Statistics
- Display.RenderPosition
- Display.RenderLeft
- Display.RenderTop
- Display.RenderWidth
- Display.RenderHeight
- HandleObject.Dispose(bool)
- HandleObject.Dispose()
- object.Equals(object)
- object.Equals(object, object)
- object.GetHashCode()
- object.GetType()
- object.MemberwiseClone()
- object.ReferenceEquals(object, object)
- object.ToString()
Namespace: ic4
Assembly: ic4dotnet.dll
構文
public class EmbeddedDisplay : Display, IDisposable, IDisplay
コンストラクタ
EmbeddedDisplay(IntPtr, DisplayType)
親ウィンドウ内に埋め込まれた表示(ディスプレイ)を作成します。
宣言
public EmbeddedDisplay(IntPtr parentWindow, DisplayType displayType = DisplayType.Default)
パラメータ
| 型 | 名前 | 説明 |
|---|---|---|
| IntPtr | parentWindow | 親ウィンドウのウィンドウハンドル |
| DisplayType | displayType | 使用する表示(ディスプレイ)の種類 |
例外
| 型 | 条件 |
|---|---|
| IC4Exception | 詳細については ErrorCode および ToString() を確認してください。 |


