Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
|
DPSFDefaultSpriteParticleSystem
(<'Particle, Vertex>)>)>..::..DrawSprite Method
|
|
|
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 override void DrawSprite(
DPSFParticle Particle,
SpriteBatch cSpriteBatch
)
|
Visual Basic
|
Protected Overrides Sub DrawSprite (
Particle As DPSFParticle,
cSpriteBatch As SpriteBatch
)
|
Visual C++
|
protected:
virtual void DrawSprite(
DPSFParticle^ Particle,
SpriteBatch^ cSpriteBatch
) override
|
Parameters
Particle
Type: DPSF..::..DPSFParticle
The Particle Sprite to Draw
cSpriteBatch
Type: SpriteBatch
The SpriteBatch to use to doing the Drawing
See Also
DPSFDefaultSpriteParticleSystem<(Of <(<'Particle, Vertex>)>)> Class
DPSFDefaultSpriteParticleSystem<(Of <(<'Particle, Vertex>)>)> Members
DPSF Namespace

Send comments on this topic to
|