Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
DefaultSpriteTextureCoordinatesParticle
..SetTextureCoordinates Method (Rectangle)
|
|
Sets the Texture Coordinates to use for the Picture that represents this Particle.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public void SetTextureCoordinates(
Rectangle textureCoordinates
)
|
Visual Basic
|
Public Sub SetTextureCoordinates (
textureCoordinates As Rectangle
)
|
Visual C++
|
public:
void SetTextureCoordinates(
Rectangle textureCoordinates
)
|
Parameters
textureCoordinates
Type: Rectangle
The top-left Position and the Dimensions of the Picture in the Texture.
See Also
DefaultSpriteTextureCoordinatesParticle Class
DefaultSpriteTextureCoordinatesParticle Members
SetTextureCoordinates Overload
DPSF Namespace
Send comments on this topic to
|