DirectAnimation Animated Header --DAStatic Functions Relevent to DADrawingSurface Objects DirectAnimation Animated Header --DAStatic Functions Relevent to DADrawingSurface Objects* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: DAStatic Properties Relevant to DADashStyle Objects
*Next Topic: DAStatic Functions Relevant to DAEvent Objects

DAStatic Functions Relevent to DADrawingSurface Objects



ImportDirectDrawSurface

DAStatics Class

Imports a DADrawingSurface object and passes it into the DirectAnimation engine. The DADrawingSurface is translated into a DAImage object, and can then use any of the relevant function calls. The import occurs upon a triggering event.

lib.ImportDirectDrawSurface(
  dds,
  updateEvent
  )

Parameters
dds
The DADrawingSurface object to import.
updateEvent
The DAEvent_Class object that triggers the import.
Return Values

Returns the DAImage object.


NewDrawingSurface

DAStatics Class

Creates an empty DADrawingSurface object.

lib.NewDrawingSurface( )

© 1998 Microsoft Corporation. All rights reserved. Terms of Use.

*Top of Page