Microsoft DirectX 9.0 SDK Update (October 2004)

Sprite.Sprite Constructor

Language:

Note: This documentation is preliminary and is subject to change.

Initializes a new instance of the Sprite class.

Definition

Visual Basic .NET Public Sub New( _
    ByVal device As Device _
)
C# public Sprite(
    Device device
);
Managed C++ public: Sprite(
    Device *device
);
JScript .NET public function Sprite(
    device : Device
);

Parameters

device Microsoft.DirectX.Direct3D.Device. Reference to an instance of a Device object.

© 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