CompressedAnimationSet.CompressedAnimationSet Constructor
|
Language: |
Note: This documentation is preliminary and is subject to change.
Creates a CompressedAnimationSet object that stores key-frame data in a compressed format.
Definition
Visual Basic .NET |
Public Sub New( _ ByVal name As String, _ ByVal ticksPerSecond As Double, _ ByVal playback As PlaybackType, _ ByVal compressedData As GraphicsStream, _ ByVal callbackKeys() As KeyCallback _ ) |
C# |
public CompressedAnimationSet( string name, double ticksPerSecond, PlaybackType playback, GraphicsStream compressedData, KeyCallback[] callbackKeys ); |
Managed C++ |
public: CompressedAnimationSet( String *name, double ticksPerSecond, PlaybackType playback, GraphicsStream *compressedData, KeyCallback callbackKeys __gc[] ); |
JScript .NET |
public function CompressedAnimationSet( name : String, ticksPerSecond : double, playback : PlaybackType, compressedData : GraphicsStream, callbackKeys : KeyCallback[] ); |
Parameters
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center