Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
IDPSFParticleSystem
..PerformanceTimeToDoDrawInMilliseconds Property
|
|
Get how long (in milliseconds) it took to perform the last Draw() function call.
Returns 0 if Performance Profiling is not Enabled.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
double PerformanceTimeToDoDrawInMilliseconds { get; }
|
Visual Basic
|
ReadOnly Property PerformanceTimeToDoDrawInMilliseconds As Double
Get
|
Visual C++
|
property double PerformanceTimeToDoDrawInMilliseconds {
double get ();
}
|
Property Value
Type: Double
See Also
IDPSFParticleSystem Interface
IDPSFParticleSystem Members
DPSF Namespace
Send comments on this topic to
|