Freigeben über


Device.CreateImageSurface-Methode

Dieser Dokumentation für die Vorschau nur ist und in späteren Versionen geändert. Leere Themen wurden als Platzhalter eingefügt.]

Erstellt ein Surface.

Namespace:  Microsoft.WindowsMobile.DirectX.Direct3D
Assembly:  Microsoft.WindowsMobile.DirectX (in Microsoft.WindowsMobile.DirectX.dll)

Syntax

'Declaration
Public Function CreateImageSurface ( _
    width As Integer, _
    height As Integer, _
    format As Format _
) As Surface
'Usage
Dim instance As Device
Dim width As Integer
Dim height As Integer
Dim format As Format
Dim returnValue As Surface

returnValue = instance.CreateImageSurface(width, _
    height, format)
public Surface CreateImageSurface(
    int width,
    int height,
    Format format
)
public:
Surface^ CreateImageSurface(
    int width, 
    int height, 
    Format format
)
member CreateImageSurface : 
        width:int * 
        height:int * 
        format:Format -> Surface 

Parameter

Rückgabewert

Typ: Microsoft.WindowsMobile.DirectX.Direct3D.Surface
A Surface.

.NET Framework-Sicherheit

Plattformen

Windows CE, Windows Mobile für Smartphone, Windows Mobile für Pocket PC

Die .NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET framework.

Versionsinformationen

.NET Compact Framework

Unterstützt in: 3.5, 2.0

Siehe auch

Referenz

Device Klasse

Member Device

Microsoft.WindowsMobile.DirectX.Direct3D-Namespace