次の方法で共有


GPESurf::GPESurf (Windows Embedded CE 6.0)

1/6/2010

This method creates a system-memory surface and allocates storage.

Syntax

GPESurf::GPESurf(
  int width,
  int height,
  EGPEFormat format
);

Parameters

  • width
    [in] Width in pixels of the surface to create.
  • height
    [in] Height in pixels of the surface to create.
  • format
    [in] Pixel format for the surface.

Return Value

None.

Requirements

Header gpe.h
Library Gpe_lib.lib
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

Display Driver Methods
GPESurf::Init

Concepts

GPESurf

Other Resources

Display Drivers