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
DAStatics Class
ImportDirectDrawSurfaceImports 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.
DAStatics Class
NewDrawingSurfaceCreates an empty DADrawingSurface object.
lib.NewDrawingSurface( )
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.