Share via


Device.CreateImageSurface Method

Creates a 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
)
public function CreateImageSurface(
    width : int, 
    height : int, 
    format : Format
) : Surface

Parameters

Return Value

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

.NET Framework Security

Platforms

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

Device Class

Device Members

Microsoft.WindowsMobile.DirectX.Direct3D Namespace