「Device」の意味や使い方 わかりやすく解説 Weblio辞書 (original) (raw)
Device イベント
Device クラス
Device コンストラクタ
Device コンストラクタ (Int32, DeviceType, Control, CreateFlags, PresentParameters)
Device コンストラクタ (Int32, DeviceType, IntPtr, CreateFlags, PresentParameters)
名前空間: 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 )
オブジェクトが表す物理デバイスを示す序数。デバイス 0 は、既定のデバイスです。このパラメータで使用できる最大値は、物理デバイスの総数から 1 を引いた値です。
deviceType
目的のデバイスの種類を示す DeviceType 列挙型のメンバ。目的のデバイスの種類が使用できない場合、メソッドは失敗します。
renderWindowHandle
アンマネージ ウィンドウ ハンドルまたは Windows フォーム以外のウィンドウ ハンドルへのポインタ。指定するウィンドウは、トップレベル ウィンドウである必要があります。null 値はサポートされていません。
behaviorFlags
デバイスの作成を制御する 1 つ以上のオプションの組み合わせ。
presentationParameters
作成するデバイスのプレゼンテーション パラメータを記述する PresentParameters オブジェクト。
関連項目
Device クラス
Device メンバ
Microsoft.WindowsMobile.DirectX.Direct3D 名前空間