D3DResourceType Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the Direct3D surface types that are compatible with the D3DImage class.
public enum class D3DResourceType
public enum D3DResourceType
type D3DResourceType =
Public Enum D3DResourceType
- Inheritance
Name | Value | Description |
---|---|---|
IDirect3DSurface9 | 0 | Specifies an IDirect3DSurface9 surface. |
The following code example shows how to specify the D3DResourceType in a call to the SetBackBuffer method. For more information, see Walkthrough: Hosting Direct3D9 Content in WPF.
d3dimg.Lock();
// Repeatedly calling SetBackBuffer with the same IntPtr is
// a no-op. There is no performance penalty.
d3dimg.SetBackBuffer(D3DResourceType.IDirect3DSurface9, pSurface);
HRESULT.Check(Render());
d3dimg.AddDirtyRect(new Int32Rect(0, 0, d3dimg.PixelWidth, d3dimg.PixelHeight));
d3dimg.Unlock();
Use the D3DResourceType when you assign a Direct3D surface in the D3DImage.SetBackBuffer method.
Proizvod | Verzije |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
Povratne informacije o proizvodu .NET
.NET je projekt otvorenog koda. Odaberite vezu za slanje povratnih informacija: