Condividi tramite


Metodo Device.CreateImageSurface

Aggiornamento: novembre 2007

Crea un oggetto Surface.

Spazio dei nomi:  Microsoft.WindowsMobile.DirectX.Direct3D
Assembly:  Microsoft.WindowsMobile.DirectX (in Microsoft.WindowsMobile.DirectX.dll)

Sintassi

'Dichiarazione
Public Function CreateImageSurface ( _
    width As Integer, _
    height As Integer, _
    format As Format _
) As Surface
'Utilizzo
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
)
public function CreateImageSurface(
    width : int, 
    height : int, 
    format : Format
) : Surface

Parametri

Valore restituito

Tipo: Microsoft.WindowsMobile.DirectX.Direct3D.Surface

Oggetto Surface.

Autorizzazioni

Piattaforme

Windows CE, Windows Mobile per Smartphone, Windows Mobile per Pocket PC

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

Informazioni sulla versione

.NET Compact Framework

Supportato in: 3.5, 2.0

Vedere anche

Riferimenti

Device Classe

Membri Device

Spazio dei nomi Microsoft.WindowsMobile.DirectX.Direct3D