| 
   
  Collapse AllExpand All       Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++  
 | 
 
 
 
[TCheckBoxFormControlObj]C# 
[TCheckBoxFormControlObj]Visual Basic 
[TCheckBoxFormControlObj] 
| 
 | 
 
(<'Particle, Vertex>)>)>..::..Projection Property 
 | 
 
| 
 | 
 
 
 
Get / Set the Projection Matrix to use for drawing 3D Particles 
Namespace: DPSF 
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0 
 Syntax 
C# 
 | 
 
public Matrix Projection { get; set; } 
 | 
 
 
 
Visual Basic 
 | 
 
Public Property Projection As Matrix 
 Get 
 Set 
 | 
 
 
 
Visual C++ 
 | 
 
public: 
virtual property Matrix Projection { 
 Matrix get () sealed; 
 void set (Matrix value) sealed; 
} 
 | 
 
 
 
Property Value 
Type: Matrix 
Implements 
IDPSFParticleSystem..::..Projection 
 See Also 
DPSF<(Of <(<'Particle, Vertex>)>)> Class 
DPSF<(Of <(<'Particle, Vertex>)>)> Members 
DPSF Namespace 
  
Send comments on this topic to  
 |