「Device」の意味や使い方 わかりやすく解説 Weblio辞書 (original) (raw)

Device イベント


Device クラス


Device コンストラクタ


Device コンストラクタ (Int32, DeviceType, Control, CreateFlags, PresentParameters)


Device コンストラクタ (Int32, DeviceType, IntPtr, CreateFlags, PresentParameters)

Device 構造体新しインスタンス初期化します。

名前空間: Microsoft.WindowsMobile.DirectX.Direct3D
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)
構文構文

Public Sub New ( _ adapter As Integer, _ deviceType As DeviceType, _ renderWindowHandle As IntPtr, _ behaviorFlags As CreateFlags, _ presentationParameters As PresentParameters _ )

Dim adapter As Integer Dim deviceType As DeviceType Dim renderWindowHandle As IntPtr Dim behaviorFlags As CreateFlags Dim presentationParameters As PresentParameters

Dim instance As New Device(adapter, deviceType, renderWindowHandle, behaviorFlags, presentationParameters)

public Device ( int adapter, DeviceType deviceType, IntPtr renderWindowHandle, CreateFlags behaviorFlags, PresentParameters presentationParameters )

public: Device ( int adapter, DeviceType deviceType, IntPtr renderWindowHandle, CreateFlags behaviorFlags, PresentParameters^ presentationParameters )

public Device ( int adapter, DeviceType deviceType, IntPtr renderWindowHandle, CreateFlags behaviorFlags, PresentParameters presentationParameters )

public function Device ( adapter : int, deviceType : DeviceType, renderWindowHandle : IntPtr, behaviorFlags : CreateFlags, presentationParameters : PresentParameters )

パラメータ

adapter

オブジェクトが表す物理デバイスを示す序数デバイス 0 は、既定デバイスです。このパラメータ使用できる最大値は、物理デバイス総数から 1 を引いた値です。

deviceType

目的デバイス種類を示す DeviceType 列挙型メンバ目的デバイス種類使用できない場合メソッド失敗します

renderWindowHandle

アンマネージ ウィンドウ ハンドルまたは Windows フォーム以外のウィンドウ ハンドルへのポインタ指定するウィンドウは、トップレベル ウィンドウである必要がありますnull 値サポートされていません。

behaviorFlags

デバイス作成制御する 1 つ上のオプション組み合わせ

presentationParameters

作成するデバイスプレゼンテーション パラメータ記述する PresentParameters オブジェクト

解説解説

.NET Framework のセキュリティ.NET Frameworkセキュリティ

プラットフォームプラットフォーム

バージョン情報バージョン情報

参照参照

関連項目
Device クラス
Device メンバ
Microsoft.WindowsMobile.DirectX.Direct3D 名前空間


Device プロパティ


Device メソッド


Device メンバ