GPESurf::GPESurf

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

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 Values

None.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Gpe.h.
Link Library: Gpe_lib.lib.

See Also

Display Drivers | GPESurf | GPESurf::Init

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.