Share via


D3DM_VIEWPORT (Windows CE 5.0)

Send Feedback

This structure contains the contents of the D3DMOP_VIEWPORT command token (see D3DM_OPERATION), which informs the driver that it should change the current viewport transformation.

typedef struct _D3DM_VIEWPORT {  D3DMVIEWPORT Viewport;} D3DM_VIEWPORT, * LPD3DM_VIEWPORT;

Members

  • Viewport
    A D3DMVIEWPORT structure that defines the properties of the new viewport transformation.

Requirements

OS Versions: Windows CE 5.0
Header: D3dmddk.h.

See Also

Direct3D Mobile Driver Structures | D3DM_OPERATION | D3DMVIEWPORT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.