Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
(<'Particle, Vertex>)>)>..::..DrawSprite Method
|
|
Virtual function to draw a Sprite Particle. This function should be used to draw the given Particle with the provided SpriteBatch.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
protected virtual void DrawSprite(
DPSFParticle Particle,
SpriteBatch cSpriteBatch
)
|
Visual Basic
|
Protected Overridable Sub DrawSprite (
Particle As DPSFParticle,
cSpriteBatch As SpriteBatch
)
|
Visual C++
|
protected:
virtual void DrawSprite(
DPSFParticle^ Particle,
SpriteBatch^ cSpriteBatch
)
|
Parameters
Particle
Type: DPSF..::..DPSFParticle
The Particle Sprite to Draw
cSpriteBatch
Type: SpriteBatch
The SpriteBatch to use to doing the Drawing
See Also
DPSF<(Of <(<'Particle, Vertex>)>)> Class
DPSF<(Of <(<'Particle, Vertex>)>)> Members
DPSF Namespace
Send comments on this topic to
|